| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateVocabularyResponse |
TranscribeClient.createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary.
|
default CreateVocabularyResponse |
TranscribeClient.createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateVocabularyResponse> |
TranscribeAsyncClient.createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary.
|
default CompletableFuture<CreateVocabularyResponse> |
TranscribeAsyncClient.createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary.
|
Copyright © 2022. All rights reserved.