Class LexiconCreationRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Polly
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class LexiconCreationRequest
Properties
| Edit this page View SourceAlphabet
Optional. Phonetic alphabet used in the lexicon. Valid values are "ipa" and "x-sampa". Default: "ipa"
Declaration
public string Alphabet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Lexemes
Required. List of lexemes to include in the lexicon.
Declaration
public List<Lexeme> Lexemes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Lexeme> |
Locale
Optional. Language code that represents the language of the lexicon. Default: "en-US"
Declaration
public Locale Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| Locale |
Name
Required. Name of the lexicon.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |