C# Class Amazon.Polly.Model.SynthesizeSpeechRequest

Container for the parameters to the SynthesizeSpeech operation. Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see How it Works.
Inheritance: AmazonPollyRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetLexiconNames ( ) : bool
IsSetOutputFormat ( ) : bool
IsSetSampleRate ( ) : bool
IsSetText ( ) : bool
IsSetTextType ( ) : bool
IsSetVoiceId ( ) : bool