| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| 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)
Provides a list of custom 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 custom vocabularies to return in each page of results.
|
ListVocabulariesRequest |
ListVocabulariesRequest.withNameContains(String nameContains)
Returns only the custom vocabularies that contain the specified string.
|
ListVocabulariesRequest |
ListVocabulariesRequest.withNextToken(String nextToken)
If your
ListVocabularies request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. |
ListVocabulariesRequest |
ListVocabulariesRequest.withStateEquals(String stateEquals)
Returns only custom vocabularies with the specified state.
|
ListVocabulariesRequest |
ListVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
Returns only custom vocabularies with the specified state.
|
Copyright © 2024. All rights reserved.