interface DescribeProjectVersionsResponse {
    NextToken?: string;
    ProjectVersionDescriptions?: ProjectVersionDescription[];
}

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.

ProjectVersionDescriptions?: ProjectVersionDescription[]

A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.