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