| 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 |
|---|---|
CreateMedicalVocabularyResult |
AmazonTranscribeClient.createMedicalVocabulary(CreateMedicalVocabularyRequest request)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
CreateMedicalVocabularyResult |
AbstractAmazonTranscribe.createMedicalVocabulary(CreateMedicalVocabularyRequest request) |
CreateMedicalVocabularyResult |
AmazonTranscribe.createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) |
Future<CreateMedicalVocabularyResult> |
AmazonTranscribeAsync.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest createMedicalVocabularyRequest,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
Future<CreateMedicalVocabularyResult> |
AbstractAmazonTranscribeAsync.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.clone() |
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withFailureReason(String failureReason)
If the
VocabularyState field is FAILED, this field contains information about why the
job failed. |
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you chose to describe the entries in your custom vocabulary.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withLanguageCode(String languageCode)
The language code you chose to describe the entries in your custom vocabulary.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time you created the vocabulary.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withVocabularyName(String vocabularyName)
The name of the vocabulary.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
Copyright © 2020. All rights reserved.