TsgcTextToSpeechAmazon › Properties › AmazonOptions
Amazon Polly configuration: AWS credentials, audio output format and voice selection.
__property TsgcTextToSpeechAmazonOptions * AmazonOptions;
—
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).