| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.builder() |
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.downloadUri(String downloadUri)
The location in Amazon S3 where the vocabulary is stored.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.failureReason(String failureReason)
If the
VocabularyState is FAILED, this field contains information about why the job
failed. |
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.languageCode(String languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was
previously used.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.toBuilder() |
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
GetMedicalVocabularyResponse.Builder |
GetMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMedicalVocabularyResponse.Builder> |
GetMedicalVocabularyResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.