Skip to main content

TRekognitionGetLabelDetectionRequest

Class in AWS.Rekognition

GetLabelDetection request class.

Ancestors

Properties

AggregateBy

property AggregateBy: string

SortBy

property SortBy: string

Constructors

Create

constructor Create(const AJobId: string); overload;

Constructor for TRekognitionGetLabelDetectionRequest.

Parameters

NameDescription
AJobIdSpecify the identifier for the required label detection job.

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

Constructor for TRekognitionGetLabelDetectionRequest.

Parameters

NameDescription
AJobIdSpecify the identifier for the required label detection job.
AMaxResultsSpecify the maximum number of results to return. Valid range: 1 - 1000.
ANextTokenSpecify the NextToken from a previous response to fetch the next page of results.