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

interface GetLabelDetectionRequestMetadata {
    AggregateBy?: LabelDetectionAggregateBy;
    SortBy?: LabelDetectionSortBy;
}

Properties

The aggregation method chosen for a GetLabelDetection request.

The sorting method chosen for a GetLabelDetection request.