Skip to content

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 *.

// init
const getMedicalVocabulary = yield* AWS.Transcribe.GetMedicalVocabulary();
// runtime
const { VocabularyState } = yield* getMedicalVocabulary({
VocabularyName: "clinic-vocabulary",
});