Java com.amazonaws.services.polly.model SynthesizeSpeechRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.polly.model SynthesizeSpeechRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.polly.model SynthesizeSpeechRequest.

The text is from its open source code.

Constructor

Method

voidsetOutputFormat(String outputFormat)

The format in which the returned output will be encoded.

voidsetOutputFormat(OutputFormat outputFormat)

The format in which the returned output will be encoded.

voidsetText(String text)

Input text to synthesize.

voidsetVoiceId(String voiceId)

Voice ID to use for the synthesis.

voidsetVoiceId(VoiceId voiceId)

Voice ID to use for the synthesis.