interface ListDominantLanguageDetectionJobsResponse {
    DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

DominantLanguageDetectionJobPropertiesList?: DominantLanguageDetectionJobProperties[]

A list containing the properties of each job that is returned.

NextToken?: string

Identifies the next page of results to return.