Skip to content

ListDominantLanguageDetectionJobs

Source: src/AWS/Comprehend/ListDominantLanguageDetectionJobs.ts

Runtime binding for comprehend:ListDominantLanguageDetectionJobs — list the account’s asynchronous dominant-language detection jobs, with optional status/name/time filters.

The binding takes no arguments and grants the action on * (job APIs have no resource-level IAM).

// init
const listDominantLanguageDetectionJobs = yield* AWS.Comprehend.ListDominantLanguageDetectionJobs();
// runtime
const page = yield* listDominantLanguageDetectionJobs({
Filter: { JobStatus: "IN_PROGRESS" },
MaxResults: 25,
});
// page.DominantLanguageDetectionJobPropertiesList