| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
default ListVocabulariesResponse |
TranscribeClient.listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
default CompletableFuture<ListVocabulariesResponse> |
TranscribeAsyncClient.listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
default ListVocabulariesIterable |
TranscribeClient.listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
default ListVocabulariesPublisher |
TranscribeAsyncClient.listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Provides a list of custom 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 custom vocabularies to return in each page of results.
|
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.nameContains(String nameContains)
Returns only the custom vocabularies that contain the specified string.
|
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.nextToken(String nextToken)
If your
ListVocabularies request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.stateEquals(String stateEquals)
Returns only custom vocabularies with the specified state.
|
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.Builder.stateEquals(VocabularyState stateEquals)
Returns only custom vocabularies with the specified state.
|
ListVocabulariesRequest.Builder |
ListVocabulariesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListVocabulariesRequest.Builder> |
ListVocabulariesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.