| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.builder() |
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.failureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about
why the medical transcription job request failed. |
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.languageCode(String languageCode)
The language code you selected for your custom medical vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time you created your custom medical vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.toBuilder() |
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.vocabularyName(String vocabularyName)
The name you chose for your custom medical vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.vocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
CreateMedicalVocabularyResponse.Builder |
CreateMedicalVocabularyResponse.Builder.vocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMedicalVocabularyResponse.Builder> |
CreateMedicalVocabularyResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.