Skip to content

ListLanguageModels

Source: src/AWS/Transcribe/ListLanguageModels.ts

Runtime binding for transcribe:ListLanguageModels — list the custom language models in the account.

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

// init
const listLanguageModels = yield* AWS.Transcribe.ListLanguageModels();
// runtime
const { Models } = yield* listLanguageModels({ MaxResults: 10 });