| 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<ListMedicalVocabulariesResult> |
AbstractAmazonTranscribeAsync.listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest request,
AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler) |
Future<ListMedicalVocabulariesResult> |
AmazonTranscribeAsyncClient.listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest request,
AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler) |
Future<ListMedicalVocabulariesResult> |
AmazonTranscribeAsync.listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest,
AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler)
Provides a list of custom medical vocabularies that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.clone() |
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withMaxResults(Integer maxResults)
The maximum number of custom medical vocabularies to return in each page of results.
|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withNameContains(String nameContains)
Returns only the custom medical vocabularies that contain the specified string.
|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withNextToken(String nextToken)
If your
ListMedicalVocabularies request returns more results than can be displayed,
NextToken is displayed in the response with an associated string. |
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withStateEquals(String stateEquals)
Returns only custom medical vocabularies with the specified state.
|
ListMedicalVocabulariesRequest |
ListMedicalVocabulariesRequest.withStateEquals(VocabularyState stateEquals)
Returns only custom medical vocabularies with the specified state.
|
Copyright © 2024. All rights reserved.