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
| Name | Description |
|---|---|
AJobId | Specify the identifier for the required label detection job. |
constructor Create(const AJobId: string; const AMaxResults: Integer; const ANextToken: string = ''); overload;
Constructor for TRekognitionGetLabelDetectionRequest.
Parameters
| Name | Description |
|---|---|
AJobId | Specify the identifier for the required label detection job. |
AMaxResults | Specify the maximum number of results to return. Valid range: 1 - 1000. |
ANextToken | Specify the NextToken from a previous response to fetch the next page of results. |