public static interface GetMedicalVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetMedicalVocabularyResponse.Builder,GetMedicalVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMedicalVocabularyResponse.Builder |
downloadUri(String downloadUri)
The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
|
GetMedicalVocabularyResponse.Builder |
failureReason(String failureReason)
If your request returns a
VocabularyState that is FAILED, the
FailureReason field contains information about why the request failed. |
GetMedicalVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResponse.Builder |
languageCode(String languageCode)
The valid language code for your vocabulary entries.
|
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 |
vocabularyName(String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
|
GetMedicalVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
GetMedicalVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMedicalVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
vocabularyName - The name of the vocabulary returned by Amazon Transcribe Medical.GetMedicalVocabularyResponse.Builder languageCode(String languageCode)
The valid language code for your vocabulary entries.
languageCode - The valid language code for your vocabulary entries.LanguageCode,
LanguageCodeGetMedicalVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
languageCode - The valid language code for your vocabulary entries.LanguageCode,
LanguageCodeGetMedicalVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of the vocabulary. If the VocabularyState is READY then you
can use it in the StartMedicalTranscriptionJob operation.
vocabularyState - The processing state of the vocabulary. If the VocabularyState is READY then
you can use it in the StartMedicalTranscriptionJob operation.VocabularyState,
VocabularyStateGetMedicalVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. If the VocabularyState is READY then you
can use it in the StartMedicalTranscriptionJob operation.
vocabularyState - The processing state of the vocabulary. If the VocabularyState is READY then
you can use it in the StartMedicalTranscriptionJob operation.VocabularyState,
VocabularyStateGetMedicalVocabularyResponse.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.
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 failureReason(String failureReason)
If your request returns a VocabularyState that is FAILED, the
FailureReason field contains information about why the request failed.
For more information, refer to the Common Errors section.
failureReason - If your request returns a VocabularyState that is FAILED, the
FailureReason field contains information about why the request failed.
For more information, refer to the Common Errors section.
GetMedicalVocabularyResponse.Builder downloadUri(String downloadUri)
The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
downloadUri - The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.Copyright © 2022. All rights reserved.