TsgcTextToSpeechAmazonProperties › AmazonOptions

AmazonOptions Property

Amazon Polly configuration: AWS credentials, audio output format and voice selection.

Syntax

__property TsgcTextToSpeechAmazonOptions * AmazonOptions;

Default Value

Remarks

Configures the Amazon Polly Text-To-Speech request. Nested AWSOptions holds the AWS credentials (AccessKey, SecretKey and Region, default us-east-1). FileName is the local path where the synthesized audio returned by Amazon will be saved. OutputFormat sets the audio encoding (default mp3), TextType selects plain text or SSML (default text), Engine selects the Polly engine (default neural) and VoiceId picks the voice (for example Joanna).

Example

Back to Properties