| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
GetMedicalVocabularyResult |
AmazonTranscribeClient.getMedicalVocabulary(GetMedicalVocabularyRequest request)
Provides information about the specified custom medical vocabulary.
|
GetMedicalVocabularyResult |
AbstractAmazonTranscribe.getMedicalVocabulary(GetMedicalVocabularyRequest request) |
GetMedicalVocabularyResult |
AmazonTranscribe.getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
| 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)
Provides information about the specified custom 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 Amazon S3 location where the specified custom medical vocabulary is stored; use this URI to view or download
the custom vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withFailureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about why
the custom medical vocabulary request failed. |
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLanguageCode(String languageCode)
The language code you selected for your custom medical vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom medical vocabulary was last modified.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyName(String vocabularyName)
The name of the custom medical vocabulary you requested information about.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
Copyright © 2024. All rights reserved.