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 *.
Custom Language Models
Section titled “Custom Language Models”// initconst listLanguageModels = yield* AWS.Transcribe.ListLanguageModels();
// runtimeconst { Models } = yield* listLanguageModels({ MaxResults: 10 });