| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
default GetMedicalVocabularyResponse |
TranscribeClient.getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
default CompletableFuture<GetMedicalVocabularyResponse> |
TranscribeAsyncClient.getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static GetMedicalVocabularyRequest.Builder |
GetMedicalVocabularyRequest.builder() |
GetMedicalVocabularyRequest.Builder |
GetMedicalVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMedicalVocabularyRequest.Builder |
GetMedicalVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMedicalVocabularyRequest.Builder |
GetMedicalVocabularyRequest.toBuilder() |
GetMedicalVocabularyRequest.Builder |
GetMedicalVocabularyRequest.Builder.vocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want information about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMedicalVocabularyRequest.Builder> |
GetMedicalVocabularyRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.