| 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 |
|---|---|
CreateVocabularyResult |
AbstractAmazonTranscribe.createVocabulary(CreateVocabularyRequest request) |
CreateVocabularyResult |
AmazonTranscribeClient.createVocabulary(CreateVocabularyRequest request)
Creates a new custom vocabulary.
|
CreateVocabularyResult |
AmazonTranscribe.createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary.
|
| 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 |
|---|---|
CreateVocabularyResult |
CreateVocabularyResult.clone() |
CreateVocabularyResult |
CreateVocabularyResult.withFailureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about why
the custom vocabulary request failed. |
CreateVocabularyResult |
CreateVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time you created your custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyName(String vocabularyName)
The name you chose for your custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
Copyright © 2023. All rights reserved.