| 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.
|
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 |
|---|---|
CreateVocabularyRequest |
CreateVocabularyRequest.clone() |
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withPhrases(Collection<String> phrases)
An array of strings that contains the vocabulary entries.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withPhrases(String... phrases)
An array of strings that contains the vocabulary entries.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The S3 location of the text file that contains the definition of the custom vocabulary.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the vocabulary.
|
Copyright © 2021. All rights reserved.