| 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<CreateVocabularyResponse> |
TranscribeAsyncClient.createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
default CreateVocabularyResponse |
TranscribeClient.createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateVocabularyRequest.Builder |
CreateVocabularyRequest.builder() |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(String languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.phrases(Collection<String> phrases)
An array of strings that contains the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.phrases(String... phrases)
An array of strings that contains the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.toBuilder() |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.vocabularyFileUri(String vocabularyFileUri)
The S3 location of the text file that contains the definition of the custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.vocabularyName(String vocabularyName)
The name of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVocabularyRequest.Builder> |
CreateVocabularyRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.