| 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 CompletableFuture<GetVocabularyResponse> |
TranscribeAsyncClient.getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Gets information about a vocabulary.
|
default GetVocabularyResponse |
TranscribeClient.getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Gets information about a 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 vocabulary to return information about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetVocabularyRequest.Builder> |
GetVocabularyRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.