Search Results for

    Show / Hide Table of Contents

    Class LexiconAttributes

    Inheritance
    object
    LexiconAttributes
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Polly
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class LexiconAttributes

    Properties

    | Edit this page View Source

    Alphabet

    Optional. Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

    Declaration
    [JsonProperty("Alphabet")]
    public string Alphabet { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LanguageCode

    Optional. Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on).

    Declaration
    [JsonProperty("LanguageCode")]
    public string LanguageCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LastModified

    Optional. Date lexicon was last modified (a timestamp value).

    Declaration
    [JsonProperty("LastModified")]
    public UnixTime? LastModified { get; set; }
    Property Value
    Type Description
    UnixTime?
    | Edit this page View Source

    LexemesCount

    Optional. Number of lexemes in the lexicon.

    Declaration
    [JsonProperty("LexemesCount")]
    public int? LexemesCount { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    LexiconArn

    Optional. Amazon Resource Name (ARN) of the lexicon.

    Declaration
    [JsonProperty("LexiconArn")]
    public string LexiconArn { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Size

    Optional. Total size of the lexicon, in characters.

    Declaration
    [JsonProperty("Size")]
    public int? Size { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation