| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| Modifier and Type | Method and Description |
|---|---|
default GetMedicalVocabularyResponse |
TranscribeClient.getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
default GetMedicalVocabularyResponse |
TranscribeClient.getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetMedicalVocabularyResponse> |
TranscribeAsyncClient.getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
default CompletableFuture<GetMedicalVocabularyResponse> |
TranscribeAsyncClient.getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
Copyright © 2023. All rights reserved.