GetMedicalVocabulary
Source:
src/AWS/Transcribe/GetMedicalVocabulary.ts
Runtime binding for transcribe:GetMedicalVocabulary — read a medical vocabulary’s processing state and download URI.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:GetMedicalVocabulary on *.
Medical Vocabularies
Section titled “Medical Vocabularies”// initconst getMedicalVocabulary = yield* AWS.Transcribe.GetMedicalVocabulary();
// runtimeconst { VocabularyState } = yield* getMedicalVocabulary({ VocabularyName: "clinic-vocabulary",});