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 location in Amazon S3 where the vocabulary is stored.
|
GetMedicalVocabularyResponse.Builder |
failureReason(String failureReason)
If the
VocabularyState is FAILED, this field contains information about why the job
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 the VocabularyState is FAILED, this field contains information about why the job
failed.
failureReason - If the VocabularyState is FAILED, this field contains information about why
the job failed.GetMedicalVocabularyResponse.Builder downloadUri(String downloadUri)
The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
downloadUri - The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the
vocabulary. You can download your vocabulary from the URI for a limited time.Copyright © 2020. All rights reserved.