| 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 CompletableFuture<GetVocabularyResponse> |
TranscribeAsyncClient.getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Provides information about the specified custom vocabulary.
|
default GetVocabularyResponse |
TranscribeClient.getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Provides information about the specified custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static GetVocabularyRequest.Builder |
GetVocabularyRequest.builder() |
GetVocabularyRequest.Builder |
GetVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetVocabularyRequest.Builder |
GetVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetVocabularyRequest.Builder |
GetVocabularyRequest.toBuilder() |
GetVocabularyRequest.Builder |
GetVocabularyRequest.Builder.vocabularyName(String vocabularyName)
The name of the custom vocabulary you want information about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetVocabularyRequest.Builder> |
GetVocabularyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.