Uses of Class
software.amazon.awssdk.services.polly.model.StartSpeechSynthesisTaskRequest
-
Packages that use StartSpeechSynthesisTaskRequest Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text.software.amazon.awssdk.services.polly.transform -
-
Uses of StartSpeechSynthesisTaskRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type StartSpeechSynthesisTaskRequest Modifier and Type Method Description default CompletableFuture<StartSpeechSynthesisTaskResponse>PollyAsyncClient. startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)Allows the creation of an asynchronous synthesis task, by starting a newSpeechSynthesisTask.default StartSpeechSynthesisTaskResponsePollyClient. startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)Allows the creation of an asynchronous synthesis task, by starting a newSpeechSynthesisTask. -
Uses of StartSpeechSynthesisTaskRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type StartSpeechSynthesisTaskRequest Modifier and Type Method Description SdkHttpFullRequestStartSpeechSynthesisTaskRequestMarshaller. marshall(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)
-