AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ApproximateLocation

    Inheritance
    object
    ApproximateLocation
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class ApproximateLocation

    Properties

    City

    Optional. Free text input for the city of the user, e.g. San Francisco.

    Declaration
    public string City { get; set; }
    Property Value
    Type Description
    string

    Country

    Optional. The two-letter ISO country code of the user, e.g. US.

    Declaration
    public string Country { get; set; }
    Property Value
    Type Description
    string

    Region

    Optional. Free text input for the region of the user, e.g. California.

    Declaration
    public string Region { get; set; }
    Property Value
    Type Description
    string

    Timezone

    Optional. The IANA timezone of the user, e.g. America/Los_Angeles.

    Declaration
    public string Timezone { get; set; }
    Property Value
    Type Description
    string

    Type

    Required. The type of location approximation. Always approximate.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX