Skip to main content

TRekognitionGetContentModerationRequest

Class in AWS.Rekognition

GetContentModeration request class.

Ancestors

Properties

AggregateBy

property AggregateBy: string

SortBy

property SortBy: string

Constructors

Create

constructor Create(const AJobId: string); overload;

Constructor for TRekognitionGetContentModerationRequest.

Parameters

NameDescription
AJobIdSpecify the identifier for the required content moderation job.

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

Constructor for TRekognitionGetContentModerationRequest.

Parameters

NameDescription
AJobIdSpecify the identifier for the required content moderation 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.