| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVocabularyResult> |
AmazonTranscribeAsync.createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler)
Creates a new custom vocabulary.
|
Future<CreateVocabularyResult> |
AbstractAmazonTranscribeAsync.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
Future<CreateVocabularyResult> |
AmazonTranscribeAsyncClient.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyRequest |
CreateVocabularyRequest.clone() |
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withPhrases(Collection<String> phrases)
Use this flag to include a list of terms within your request.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withPhrases(String... phrases)
Use this flag to include a list of terms within your request.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withTags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create
this new vocabulary.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withTags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create
this new vocabulary.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The S3 location of the text file that contains your custom vocabulary.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withVocabularyName(String vocabularyName)
The name of your new vocabulary.
|
Copyright © 2022. All rights reserved.