| 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<GetMedicalVocabularyResult> |
AbstractAmazonTranscribeAsync.getMedicalVocabularyAsync(GetMedicalVocabularyRequest request,
AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler) |
Future<GetMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.getMedicalVocabularyAsync(GetMedicalVocabularyRequest request,
AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler) |
Future<GetMedicalVocabularyResult> |
AmazonTranscribeAsync.getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest,
AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler)
Provides information about the specified custom medical vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
GetMedicalVocabularyRequest |
GetMedicalVocabularyRequest.clone() |
GetMedicalVocabularyRequest |
GetMedicalVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want information about.
|
Copyright © 2023. All rights reserved.