Powered by DocFX

Search Results for

    Struct RemoteLanguageModelArchive

    Remote language model description.

    Namespace: Recognissimo.Components
    Assembly: Recognissimo.dll
    Syntax
    [Serializable]
    public struct RemoteLanguageModelArchive

    Fields

    entry

    In-archive path to language model content

    Declaration
    public string entry
    Field Value
    Type Description
    System.String

    language

    Language of the model.

    Declaration
    public SystemLanguage language
    Field Value
    Type Description
    UnityEngine.SystemLanguage

    url

    URL to the zipped language model.

    Declaration
    public string url
    Field Value
    Type Description
    System.String