Skip to main content

TRekognitionListDatasetEntriesRequest

Class in AWS.Rekognition

ListDatasetEntries request class.

Ancestors

Properties

ContainsLabels

property ContainsLabels: TList<string>

DatasetArn

property DatasetArn: TARN

HasErrors

property HasErrors: TOptional<Boolean>

Labeled

property Labeled: TOptional<Boolean>

MaxResults

property MaxResults: TOptional<Integer>

NextToken

property NextToken: string

SourceRefContains

property SourceRefContains: string

Constructors

Create

constructor Create(const ADatasetArn: TARN); overload;

Constructor for TRekognitionListDatasetEntriesRequest.

Parameters

NameDescription
ADatasetArnSpecify the Amazon Resource Name (ARN) for the dataset that you want to use.

constructor Create(const ADatasetArn: TARN; const AMaxResults: Integer; const ANextToken: string = ''); overload;

Constructor for TRekognitionListDatasetEntriesRequest.

Parameters

NameDescription
ADatasetArnSpecify the Amazon Resource Name (ARN) for the dataset that you want to use.
AMaxResultsSpecify the maximum number of results to return. Valid range: 1 - 100.
ANextTokenSpecify the NextToken from a previous response to fetch the next page of results.