interface ListKeyPhrasesDetectionJobsResponse {
    KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

KeyPhrasesDetectionJobPropertiesList?: KeyPhrasesDetectionJobProperties[]

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

NextToken?: string

Identifies the next page of results to return.