| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
default GetMedicalVocabularyResponse |
TranscribeClient.getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Retrieves information about a medical vocabulary.
|
default CompletableFuture<GetMedicalVocabularyResponse> |
TranscribeAsyncClient.getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Retrieves information about a 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 vocabulary that you want information about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMedicalVocabularyRequest.Builder> |
GetMedicalVocabularyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.