Skip to main content

TRekognitionListDatasetLabelsRequest

Class in AWS.Rekognition

ListDatasetLabels request class.

Ancestors

Properties

DatasetArn

property DatasetArn: TARN

MaxResults

property MaxResults: TOptional<Integer>

NextToken

property NextToken: string

Constructors

Create

constructor Create(const ADatasetArn: TARN); overload;

Constructor for TRekognitionListDatasetLabelsRequest.

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 TRekognitionListDatasetLabelsRequest.

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.