Skip to main content

IRekognitionListDatasetEntriesRequest

Interface in AWS.Rekognition

Interface for ListDatasetEntries requests.

Ancestors

Properties

ContainsLabels

property ContainsLabels: TList<string>

Optionally, specify a label filter for the response.

DatasetArn

property DatasetArn: TARN

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

HasErrors

property HasErrors: TOptional<Boolean>

Optionally, specify an error filter for the response.

Labeled

property Labeled: TOptional<Boolean>

Optionally, specify a labeled filter for the response.

Specify True to return only the JSON lines where the image is labeled. Specify False to return only the JSON lines where the image is not labeled.

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.

SourceRefContains

property SourceRefContains: string

Optionally, specify a filter for source-ref.

Methods

AddContainsLabel

function AddContainsLabel(const ALabel: string): NativeInt;

Add a label to ContainsLabel.

Parameters

NameDescription
ALabelSpecify a label to add to ContainsLabels.

Returns

Returns the index of the label added to ContainsLabels.