Class Lexicon
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Polly
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Lexicon
Properties
| Edit this page View SourceContent
Optional. Lexicon content in string format. The content of a lexicon must be in PLS format.
Declaration
[JsonProperty("Content")]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Optional. Name of the lexicon. Pattern: [0-9A-Za-z]{1,20}
Declaration
[JsonProperty("Name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |