| 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<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)
Retrieves information about a medical vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
GetMedicalVocabularyRequest |
GetMedicalVocabularyRequest.clone() |
GetMedicalVocabularyRequest |
GetMedicalVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the vocabulary that you want information about.
|
Copyright © 2021. All rights reserved.