| 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<ListMedicalVocabulariesResult> |
AmazonTranscribeAsyncClient.listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest request,
AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler) |
Future<ListMedicalVocabulariesResult> |
AmazonTranscribeAsync.listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest,
AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
Future<ListMedicalVocabulariesResult> |
AbstractAmazonTranscribeAsync.listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest request,
AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.clone() |
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withMaxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withNameContains(String nameContains)
Returns vocabularies whose names contain the specified string.
|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withNextToken(String nextToken)
If the result of your previous request to
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies. |
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withStateEquals(String stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
Copyright © 2021. All rights reserved.