TRekognitionGetSegmentDetectionRequest
Class in AWS.Rekognition
GetSegmentDetection request class.
Ancestors
Constructors
Create
constructor Create(const AJobId: string); overload;
Constructor for TRekognitionGetSegmentDetectionRequest.
Parameters
| Name | Description |
|---|---|
AJobId | Specify the identifier for the required segment detection job. |
constructor Create(const AJobId: string; const AMaxResults: Integer; const ANextToken: string = ''); overload;
Constructor for TRekognitionGetSegmentDetectionRequest.
Parameters
| Name | Description |
|---|---|
AJobId | Specify the identifier for the required segment 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. |