Skip to content

/AWS1/CL_REK=>DESCRIBEPROJECTS()

About DescribeProjects

Gets information about your Rekognition projects.

This operation requires permissions to perform the rekognition:DescribeProjects action.

Method Signature

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/REKEXTENDEDPAGINATIONTOK /AWS1/REKEXTENDEDPAGINATIONTOK

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

IV_MAXRESULTS TYPE /AWS1/REKPROJECTSPAGESIZE /AWS1/REKPROJECTSPAGESIZE

The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.

IT_PROJECTNAMES TYPE /AWS1/CL_REKPROJECTNAMES_W=>TT_PROJECTNAMES TT_PROJECTNAMES

A list of the projects that you want Rekognition to describe. If you don't specify a value, the response includes descriptions for all the projects in your AWS account.

IT_FEATURES TYPE /AWS1/CL_REKCUSTIZATIONFEATS_W=>TT_CUSTOMIZATIONFEATURES TT_CUSTOMIZATIONFEATURES

Specifies the type of customization to filter projects by. If no value is specified, CUSTOM_LABELS is used as a default.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_REKDESCRPROJECTSRSP /AWS1/CL_REKDESCRPROJECTSRSP