| 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 |
|---|---|
ListVocabulariesResult |
AmazonTranscribeClient.listVocabularies(ListVocabulariesRequest request)
Provides a list of custom vocabularies that match the specified criteria.
|
ListVocabulariesResult |
AmazonTranscribe.listVocabularies(ListVocabulariesRequest listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
ListVocabulariesResult |
AbstractAmazonTranscribe.listVocabularies(ListVocabulariesRequest request) |
| 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 |
|---|---|
ListVocabulariesResult |
ListVocabulariesResult.clone() |
ListVocabulariesResult |
ListVocabulariesResult.withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
ListVocabulariesResult |
ListVocabulariesResult.withStatus(String status)
Lists all custom vocabularies that have the status specified in your request.
|
ListVocabulariesResult |
ListVocabulariesResult.withStatus(VocabularyState status)
Lists all custom vocabularies that have the status specified in your request.
|
ListVocabulariesResult |
ListVocabulariesResult.withVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListVocabulariesResult |
ListVocabulariesResult.withVocabularies(VocabularyInfo... vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
Copyright © 2022. All rights reserved.