Class LexiconAttributes
Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.
public class LexiconAttributes
- Inheritance
-
LexiconAttributes
- Inherited Members
Constructors
LexiconAttributes()
public LexiconAttributes()
Properties
Alphabet
Gets and sets the property Alphabet.
Phonetic alphabet used in the lexicon. Valid values are
ipa
and x-sampa
.
public string Alphabet { get; set; }
Property Value
LanguageCode
Gets and sets the property LanguageCode.
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.
public LanguageCode LanguageCode { get; set; }
Property Value
LastModified
Gets and sets the property LastModified.
Date lexicon was last modified (a timestamp value).
public DateTime LastModified { get; set; }
Property Value
LexemesCount
Gets and sets the property LexemesCount.
Number of lexemes in the lexicon.
public int LexemesCount { get; set; }
Property Value
LexiconArn
Gets and sets the property LexiconArn.
Amazon Resource Name (ARN) of the lexicon.
public string LexiconArn { get; set; }
Property Value
Size
Gets and sets the property Size.
Total size of the lexicon, in characters.
public int Size { get; set; }