Uses of Class
software.amazon.awssdk.services.polly.model.GetSpeechSynthesisTaskRequest
-
Packages that use GetSpeechSynthesisTaskRequest 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 GetSpeechSynthesisTaskRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type GetSpeechSynthesisTaskRequest Modifier and Type Method Description default CompletableFuture<GetSpeechSynthesisTaskResponse>PollyAsyncClient. getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)Retrieves a specific SpeechSynthesisTask object based on its TaskID.default GetSpeechSynthesisTaskResponsePollyClient. getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)Retrieves a specific SpeechSynthesisTask object based on its TaskID. -
Uses of GetSpeechSynthesisTaskRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type GetSpeechSynthesisTaskRequest Modifier and Type Method Description SdkHttpFullRequestGetSpeechSynthesisTaskRequestMarshaller. marshall(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)
-