interface DescribeProjectsResponse {
    NextToken?: string;
    ProjectDescriptions?: ProjectDescription[];
}

Hierarchy (view full)

Properties

NextToken?: string

If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

ProjectDescriptions?: ProjectDescription[]

A list of project descriptions. The list is sorted by the date and time the projects are created.