Skip to content

DescribeDominantLanguageDetectionJob

Source: src/AWS/Comprehend/DescribeDominantLanguageDetectionJob.ts

Runtime binding for comprehend:DescribeDominantLanguageDetectionJob — get the properties (status, input/output config, timings) of an asynchronous dominant-language detection job started with StartDominantLanguageDetectionJob.

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

// init
const describeDominantLanguageDetectionJob = yield* AWS.Comprehend.DescribeDominantLanguageDetectionJob();
// runtime
const job = yield* describeDominantLanguageDetectionJob({ JobId: jobId });
// job.DominantLanguageDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …