static SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.builder() |
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.engine(String engine) |
Specifies the engine (standard, neural, long-form, or
generative) for Amazon Polly to use when processing input text for speech synthesis.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.engine(Engine engine) |
Specifies the engine (standard, neural, long-form, or
generative) for Amazon Polly to use when processing input text for speech synthesis.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.languageCode(String languageCode) |
Optional language code for the Synthesize Speech request.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.languageCode(LanguageCode languageCode) |
Optional language code for the Synthesize Speech request.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.lexiconNames(String... lexiconNames) |
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.lexiconNames(Collection<String> lexiconNames) |
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.outputFormat(String outputFormat) |
The format in which the returned output will be encoded.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.outputFormat(OutputFormat outputFormat) |
The format in which the returned output will be encoded.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.sampleRate(String sampleRate) |
The audio frequency specified in Hz.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.speechMarkTypes(Collection<SpeechMarkType> speechMarkTypes) |
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.speechMarkTypes(SpeechMarkType... speechMarkTypes) |
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.speechMarkTypesWithStrings(String... speechMarkTypes) |
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.speechMarkTypesWithStrings(Collection<String> speechMarkTypes) |
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.text(String text) |
Input text to synthesize.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.textType(String textType) |
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.textType(TextType textType) |
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.toBuilder() |
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.voiceId(String voiceId) |
Voice ID to use for the synthesis.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.voiceId(VoiceId voiceId) |
Voice ID to use for the synthesis.
|