| 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 |
|---|---|
GetMedicalVocabularyResult |
AmazonTranscribeClient.getMedicalVocabulary(GetMedicalVocabularyRequest request)
Retrieves information about a medical vocabulary.
|
GetMedicalVocabularyResult |
AmazonTranscribe.getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Retrieves information about a medical vocabulary.
|
GetMedicalVocabularyResult |
AbstractAmazonTranscribe.getMedicalVocabulary(GetMedicalVocabularyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMedicalVocabularyResult> |
AbstractAmazonTranscribeAsync.getMedicalVocabularyAsync(GetMedicalVocabularyRequest request,
AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler) |
Future<GetMedicalVocabularyResult> |
AmazonTranscribeAsync.getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest,
AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler)
Retrieves information about a medical vocabulary.
|
Future<GetMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.getMedicalVocabularyAsync(GetMedicalVocabularyRequest request,
AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.clone() |
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withDownloadUri(String downloadUri)
The location in Amazon S3 where the vocabulary is stored.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withFailureReason(String failureReason)
If the
VocabularyState is FAILED, this field contains information about why the job
failed. |
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLanguageCode(String languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was
previously used.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyName(String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
Copyright © 2021. All rights reserved.