Skip to content

ListVocabularies

Source: src/AWS/Transcribe/ListVocabularies.ts

Runtime binding for transcribe:ListVocabularies — list the custom vocabularies in the account.

Amazon Transcribe batch actions have no resource-level IAM; the host is granted transcribe:ListVocabularies on *.

// init
const listVocabularies = yield* AWS.Transcribe.ListVocabularies();
// runtime
const { Vocabularies } = yield* listVocabularies({ MaxResults: 10 });