| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVocabularyResult> |
AbstractAmazonTranscribeAsync.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
Future<CreateVocabularyResult> |
AmazonTranscribeAsyncClient.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
Future<CreateVocabularyResult> |
AmazonTranscribeAsync.createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler)
Creates a new custom vocabulary.
|
| 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 parameter if you want to create your vocabulary by including all desired terms, as comma-separated
values, within your request.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withPhrases(String... phrases)
Use this parameter if you want to create your vocabulary by including all desired terms, as comma-separated
values, within your request.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withTags(Collection<Tag> tags)
Adds one or more custom 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 custom 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 Amazon S3 location of the text file that contains your custom vocabulary.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withVocabularyName(String vocabularyName)
A unique name, chosen by you, for your new custom vocabulary.
|
Copyright © 2022. All rights reserved.