Class AmazonPollyOptions
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class AmazonPollyOptions : IAudioRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourceEngine
Optional. Specifies the engine (standard, neural, long-form, or generative) for Amazon Polly to use when processing input text for speech synthesis.
Declaration
public string Engine { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LexiconNames
Optional. List of one or more pronunciation lexicon names you want the service to apply during synthesis.
Declaration
public List<string> LexiconNames { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
SpeechMarkTypes
Optional. The type of speech marks returned for the input text.
Declaration
public List<string> SpeechMarkTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |