| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListVocabulariesResponse> |
TranscribeAsyncClient.listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default ListVocabulariesResponse |
TranscribeClient.listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default ListVocabulariesPublisher |
TranscribeAsyncClient.listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default ListVocabulariesIterable |
TranscribeClient.listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static ListVocabulariesRequest.Builder |
ListVocabulariesRequest.builder() |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.maxResults(Integer maxResults)
The maximum number of vocabularies to return in each page of results.
|
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.nameContains(String nameContains)
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string.
|
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.nextToken(String nextToken)
If the result of the previous request to
ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.stateEquals(String stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.stateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListVocabulariesRequest.Builder> |
ListVocabulariesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.