Class LexiconAttributes
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Polly
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class LexiconAttributes
Properties
| Edit this page View SourceAlphabet
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 |
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 |
LastModified
Optional. Date lexicon was last modified (a timestamp value).
Declaration
[JsonProperty("LastModified")]
public UnixTime? LastModified { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
LexemesCount
Optional. Number of lexemes in the lexicon.
Declaration
[JsonProperty("LexemesCount")]
public int? LexemesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
LexiconArn
Optional. Amazon Resource Name (ARN) of the lexicon.
Declaration
[JsonProperty("LexiconArn")]
public string LexiconArn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Size
Optional. Total size of the lexicon, in characters.
Declaration
[JsonProperty("Size")]
public int? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |