| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListVocabulariesResult> |
AmazonTranscribeAsyncClient.listVocabulariesAsync(ListVocabulariesRequest request,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler) |
Future<ListVocabulariesResult> |
AmazonTranscribeAsync.listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
Future<ListVocabulariesResult> |
AbstractAmazonTranscribeAsync.listVocabulariesAsync(ListVocabulariesRequest request,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesRequest |
ListVocabulariesRequest.clone() |
ListVocabulariesRequest |
ListVocabulariesRequest.withMaxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
|
ListVocabulariesRequest |
ListVocabulariesRequest.withNameContains(String nameContains)
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the
specified string.
|
ListVocabulariesRequest |
ListVocabulariesRequest.withNextToken(String nextToken)
If the result of the previous request to
ListVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
ListVocabulariesRequest |
ListVocabulariesRequest.withStateEquals(String stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
ListVocabulariesRequest |
ListVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState field equal to the specified
state. |
Copyright © 2021. All rights reserved.