AWSRekognitionLabelDetectionAggregateBy

Objective-C

NS_ENUM(NSInteger, AWSRekognitionLabelDetectionAggregateBy) {
    AWSRekognitionLabelDetectionAggregateByUnknown,
    AWSRekognitionLabelDetectionAggregateByTimestamps,
    AWSRekognitionLabelDetectionAggregateBySegments,
}

Swift

enum AWSRekognitionLabelDetectionAggregateBy : Int, @unchecked Sendable

Undocumented