IRekognitionDescribeProjectsRequest
Interface in AWS.Rekognition
Interface for DescribeProjects requests.
Ancestors
Properties
Features
property Features: TList<string>
Optionally, specify the type of customization to filter projects by.
Valid values: CONTENT_MODERATION | CUSTOM_LABELS. If no vaue is specified, CUSTOM_LABELS is used by default.
MaxResults
property MaxResults: TOptional<Integer>
Specify the maximum number of results to return.
Valid range: 1 - 100.
NextToken
property NextToken: string
Specify the NextToken from a previous response to fetch the next page of results.
ProjectNames
property ProjectNames: TList<string>
Optionally, specify a list of project names that you want Amazon Rekognition to describe.
Methods
AddFeature
function AddFeature(const AFeature: string): NativeInt;
Add a feature to Features.
Parameters
| Name | Description |
|---|---|
AFeature | Optionally, specify the type of customization to filter projects by. Valid values:|. |
Returns
Returns the index of the feature added to Features.
AddProjectName
function AddProjectName(const AProjectName: string): NativeInt;
Add a project name to ProjectNames.
Parameters
| Name | Description |
|---|---|
AProjectName | Specify a project name to add to ProjectNames. |
Returns
Returns the index of the project name added to ProjectNames.