| 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<UpdateVocabularyResult> |
AmazonTranscribeAsyncClient.updateVocabularyAsync(UpdateVocabularyRequest request,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler) |
Future<UpdateVocabularyResult> |
AmazonTranscribeAsync.updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler)
Updates an existing vocabulary with new values.
|
Future<UpdateVocabularyResult> |
AbstractAmazonTranscribeAsync.updateVocabularyAsync(UpdateVocabularyRequest request,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateVocabularyRequest |
UpdateVocabularyRequest.clone() |
UpdateVocabularyRequest |
UpdateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withPhrases(Collection<String> phrases)
An array of strings containing the vocabulary entries.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withPhrases(String... phrases)
An array of strings containing the vocabulary entries.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The S3 location of the text file that contains the definition of the custom vocabulary.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the vocabulary to update.
|
Copyright © 2020. All rights reserved.