| 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<ListVocabularyFiltersResult> |
AmazonTranscribeAsync.listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest,
AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler)
Gets information about vocabulary filters.
|
Future<ListVocabularyFiltersResult> |
AbstractAmazonTranscribeAsync.listVocabularyFiltersAsync(ListVocabularyFiltersRequest request,
AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler) |
Future<ListVocabularyFiltersResult> |
AmazonTranscribeAsyncClient.listVocabularyFiltersAsync(ListVocabularyFiltersRequest request,
AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersRequest |
ListVocabularyFiltersRequest.clone() |
ListVocabularyFiltersRequest |
ListVocabularyFiltersRequest.withMaxResults(Integer maxResults)
The maximum number of filters to return in each page of results.
|
ListVocabularyFiltersRequest |
ListVocabularyFiltersRequest.withNameContains(String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
|
ListVocabularyFiltersRequest |
ListVocabularyFiltersRequest.withNextToken(String nextToken)
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
Copyright © 2022. All rights reserved.