Values.GetLabelDetectionRequestMetadataSourceContains metadata about a label detection request, including the SortBy and AggregateBy options.
type nonrec t = {sortBy : LabelDetectionSortBy.t option;The sorting method chosen for a GetLabelDetection request.
*)aggregateBy : LabelDetectionAggregateBy.t option;The aggregation method chosen for a GetLabelDetection request.
*)}