UpdateVocabulary
Source:
src/AWS/Transcribe/UpdateVocabulary.ts
Runtime binding for transcribe:UpdateVocabulary — replace a custom vocabulary’s phrases (the vocabulary re-enters PENDING while it reprocesses).
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:UpdateVocabulary on *.
Custom Vocabularies
Section titled “Custom Vocabularies”// initconst updateVocabulary = yield* AWS.Transcribe.UpdateVocabulary();
// runtimeyield* updateVocabulary({ VocabularyName: "tenant-123-vocabulary", LanguageCode: "en-US", Phrases: ["Alchemy", "workerd", "distilled"],});