default DeleteLexiconResponse |
PollyClient.deleteLexicon(Consumer<DeleteLexiconRequest.Builder> deleteLexiconRequest) |
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default DeleteLexiconResponse |
PollyClient.deleteLexicon(DeleteLexiconRequest deleteLexiconRequest) |
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default DescribeVoicesResponse |
PollyClient.describeVoices() |
Returns the list of voices that are available for use when requesting speech synthesis.
|
default DescribeVoicesResponse |
PollyClient.describeVoices(Consumer<DescribeVoicesRequest.Builder> describeVoicesRequest) |
Returns the list of voices that are available for use when requesting speech synthesis.
|
default DescribeVoicesResponse |
PollyClient.describeVoices(DescribeVoicesRequest describeVoicesRequest) |
Returns the list of voices that are available for use when requesting speech synthesis.
|
default GetLexiconResponse |
PollyClient.getLexicon(Consumer<GetLexiconRequest.Builder> getLexiconRequest) |
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default GetLexiconResponse |
PollyClient.getLexicon(GetLexiconRequest getLexiconRequest) |
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default GetSpeechSynthesisTaskResponse |
PollyClient.getSpeechSynthesisTask(Consumer<GetSpeechSynthesisTaskRequest.Builder> getSpeechSynthesisTaskRequest) |
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
default GetSpeechSynthesisTaskResponse |
PollyClient.getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest) |
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
default ListLexiconsResponse |
PollyClient.listLexicons() |
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default ListLexiconsResponse |
PollyClient.listLexicons(Consumer<ListLexiconsRequest.Builder> listLexiconsRequest) |
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default ListLexiconsResponse |
PollyClient.listLexicons(ListLexiconsRequest listLexiconsRequest) |
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default ListSpeechSynthesisTasksResponse |
PollyClient.listSpeechSynthesisTasks() |
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
default ListSpeechSynthesisTasksResponse |
PollyClient.listSpeechSynthesisTasks(Consumer<ListSpeechSynthesisTasksRequest.Builder> listSpeechSynthesisTasksRequest) |
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
default ListSpeechSynthesisTasksResponse |
PollyClient.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest) |
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
default ListSpeechSynthesisTasksIterable |
PollyClient.listSpeechSynthesisTasksPaginator() |
|
default ListSpeechSynthesisTasksIterable |
PollyClient.listSpeechSynthesisTasksPaginator(Consumer<ListSpeechSynthesisTasksRequest.Builder> listSpeechSynthesisTasksRequest) |
|
default ListSpeechSynthesisTasksIterable |
PollyClient.listSpeechSynthesisTasksPaginator(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest) |
|
default PutLexiconResponse |
PollyClient.putLexicon(Consumer<PutLexiconRequest.Builder> putLexiconRequest) |
Stores a pronunciation lexicon in an Amazon Web Services Region.
|
default PutLexiconResponse |
PollyClient.putLexicon(PutLexiconRequest putLexiconRequest) |
Stores a pronunciation lexicon in an Amazon Web Services Region.
|
default StartSpeechSynthesisTaskResponse |
PollyClient.startSpeechSynthesisTask(Consumer<StartSpeechSynthesisTaskRequest.Builder> startSpeechSynthesisTaskRequest) |
Allows the creation of an asynchronous synthesis task, by starting a new SpeechSynthesisTask.
|
default StartSpeechSynthesisTaskResponse |
PollyClient.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest) |
Allows the creation of an asynchronous synthesis task, by starting a new SpeechSynthesisTask.
|
default ResponseInputStream<SynthesizeSpeechResponse> |
PollyClient.synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default SynthesizeSpeechResponse |
PollyClient.synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest,
Path destinationPath) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default <ReturnT> ReturnT |
PollyClient.synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest,
ResponseTransformer<SynthesizeSpeechResponse,ReturnT> responseTransformer) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default ResponseInputStream<SynthesizeSpeechResponse> |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default SynthesizeSpeechResponse |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest,
Path destinationPath) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default <ReturnT> ReturnT |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest,
ResponseTransformer<SynthesizeSpeechResponse,ReturnT> responseTransformer) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default ResponseBytes<SynthesizeSpeechResponse> |
PollyClient.synthesizeSpeechAsBytes(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default ResponseBytes<SynthesizeSpeechResponse> |
PollyClient.synthesizeSpeechAsBytes(SynthesizeSpeechRequest synthesizeSpeechRequest) |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|