Contains metadata about a label detection request, including the SortBy and AggregateBy options.

interface GetLabelDetectionRequestMetadata {
    AggregateBy?: string;
    SortBy?: string;
}

Properties

AggregateBy?: string

The aggregation method chosen for a GetLabelDetection request.

SortBy?: string

The sorting method chosen for a GetLabelDetection request.