| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
Classes modeling the various types represented by AmazonTranscribe
|
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyResult |
AmazonTranscribeClient.createVocabulary(CreateVocabularyRequest createVocabularyRequest)
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> |
AmazonTranscribeAsyncClient.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> |
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> |
AmazonTranscribeAsyncClient.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.
|
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> |
AmazonTranscribeAsyncClient.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.
|
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.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 © 2019. All rights reserved.