| 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> |
AmazonTranscribeAsync.createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler)
Creates a new custom vocabulary.
|
Future<CreateVocabularyResult> |
AmazonTranscribeAsyncClient.createVocabularyAsync(CreateVocabularyRequest request,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyRequest |
CreateVocabularyRequest.clone() |
CreateVocabularyRequest |
CreateVocabularyRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains
your input files (in this case, your custom vocabulary).
|
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 custom 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 custom 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 custom 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 custom 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 © 2024. All rights reserved.