Uses of Interface
software.amazon.awssdk.services.polly.model.SynthesizeSpeechResponse.Builder
-
Packages that use SynthesizeSpeechResponse.Builder Package Description software.amazon.awssdk.services.polly.model -
-
Uses of SynthesizeSpeechResponse.Builder in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return SynthesizeSpeechResponse.Builder Modifier and Type Method Description static SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse. builder()SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse.Builder. contentType(String contentType)Specifies the type audio stream.SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse.Builder. requestCharacters(Integer requestCharacters)Number of characters synthesized.SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse. toBuilder()Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type SynthesizeSpeechResponse.Builder Modifier and Type Method Description static Class<? extends SynthesizeSpeechResponse.Builder>SynthesizeSpeechResponse. serializableBuilderClass()
-