| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
Classes modeling the various types represented by AmazonTranscribe
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesResult |
AmazonTranscribeClient.listVocabularies(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
ListVocabulariesResult |
AmazonTranscribe.listVocabularies(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
Future<ListVocabulariesResult> |
AmazonTranscribeAsyncClient.listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
Future<ListVocabulariesResult> |
AmazonTranscribeAsync.listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
Future<ListVocabulariesResult> |
AmazonTranscribeAsyncClient.listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
Future<ListVocabulariesResult> |
AmazonTranscribeAsync.listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListVocabulariesResult> |
AmazonTranscribeAsyncClient.listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
Future<ListVocabulariesResult> |
AmazonTranscribeAsync.listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2019. All rights reserved.