| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| Modifier and Type | Method and Description |
|---|---|
default GetVocabularyResponse |
TranscribeClient.getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Gets information about a vocabulary.
|
default GetVocabularyResponse |
TranscribeClient.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetVocabularyResponse> |
TranscribeAsyncClient.getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Gets information about a vocabulary.
|
default CompletableFuture<GetVocabularyResponse> |
TranscribeAsyncClient.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
Copyright © 2021. All rights reserved.