Uses of Class
software.amazon.awssdk.services.polly.model.GetLexiconResponse
-
Packages that use GetLexiconResponse Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of GetLexiconResponse in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that return GetLexiconResponse Modifier and Type Method Description default GetLexiconResponsePollyClient. getLexicon(Consumer<GetLexiconRequest.Builder> getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.default GetLexiconResponsePollyClient. getLexicon(GetLexiconRequest getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.Methods in software.amazon.awssdk.services.polly that return types with arguments of type GetLexiconResponse Modifier and Type Method Description default CompletableFuture<GetLexiconResponse>PollyAsyncClient. getLexicon(Consumer<GetLexiconRequest.Builder> getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.default CompletableFuture<GetLexiconResponse>PollyAsyncClient. getLexicon(GetLexiconRequest getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
-