Uses of Class
software.amazon.awssdk.services.polly.model.GetSpeechSynthesisTaskResponse
-
Packages that use GetSpeechSynthesisTaskResponse Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of GetSpeechSynthesisTaskResponse in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that return GetSpeechSynthesisTaskResponse Modifier and Type Method Description default GetSpeechSynthesisTaskResponsePollyClient. getSpeechSynthesisTask(Consumer<GetSpeechSynthesisTaskRequest.Builder> getSpeechSynthesisTaskRequest)Retrieves a specific SpeechSynthesisTask object based on its TaskID.default GetSpeechSynthesisTaskResponsePollyClient. getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)Retrieves a specific SpeechSynthesisTask object based on its TaskID.Methods in software.amazon.awssdk.services.polly that return types with arguments of type GetSpeechSynthesisTaskResponse Modifier and Type Method Description default CompletableFuture<GetSpeechSynthesisTaskResponse>PollyAsyncClient. getSpeechSynthesisTask(Consumer<GetSpeechSynthesisTaskRequest.Builder> getSpeechSynthesisTaskRequest)Retrieves a specific SpeechSynthesisTask object based on its TaskID.default CompletableFuture<GetSpeechSynthesisTaskResponse>PollyAsyncClient. getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)Retrieves a specific SpeechSynthesisTask object based on its TaskID.
-