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