| 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 |
|---|---|
CreateVocabularyResult |
AbstractAmazonTranscribe.createVocabulary(CreateVocabularyRequest request) |
CreateVocabularyResult |
AmazonTranscribeClient.createVocabulary(CreateVocabularyRequest request)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
CreateVocabularyResult |
AmazonTranscribe.createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVocabularyResult> |
AbstractAmazonTranscribeAsync.createVocabularyAsync(CreateVocabularyRequest request) |
Future<CreateVocabularyResult> |
AmazonTranscribeAsyncClient.createVocabularyAsync(CreateVocabularyRequest request) |
Future<CreateVocabularyResult> |
AmazonTranscribeAsync.createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
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 that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
| 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 that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyResult |
CreateVocabularyResult.clone() |
CreateVocabularyResult |
CreateVocabularyResult.withFailureReason(String failureReason)
If the
VocabularyState field is FAILED, this field contains information about why the
job failed. |
CreateVocabularyResult |
CreateVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyResult |
CreateVocabularyResult.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyResult |
CreateVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was created.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyName(String vocabularyName)
The name of the vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
Copyright © 2021. All rights reserved.