| 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 |
|---|---|
ListVocabularyFiltersResult |
AbstractAmazonTranscribe.listVocabularyFilters(ListVocabularyFiltersRequest request) |
ListVocabularyFiltersResult |
AmazonTranscribe.listVocabularyFilters(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Provides a list of custom vocabulary filters that match the specified criteria.
|
ListVocabularyFiltersResult |
AmazonTranscribeClient.listVocabularyFilters(ListVocabularyFiltersRequest request)
Provides a list of custom vocabulary filters that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListVocabularyFiltersResult> |
AmazonTranscribeAsyncClient.listVocabularyFiltersAsync(ListVocabularyFiltersRequest request,
AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler) |
Future<ListVocabularyFiltersResult> |
AmazonTranscribeAsync.listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest,
AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler)
Provides a list of custom vocabulary filters that match the specified criteria.
|
Future<ListVocabularyFiltersResult> |
AbstractAmazonTranscribeAsync.listVocabularyFiltersAsync(ListVocabularyFiltersRequest request,
AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.clone() |
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.withVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.withVocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
Copyright © 2024. All rights reserved.