AWSRekognitionContentModerationAggregateBy

Objective-C

NS_ENUM(NSInteger, AWSRekognitionContentModerationAggregateBy) {
    AWSRekognitionContentModerationAggregateByUnknown,
    AWSRekognitionContentModerationAggregateByTimestamps,
    AWSRekognitionContentModerationAggregateBySegments,
}

Swift

enum AWSRekognitionContentModerationAggregateBy : Int, @unchecked Sendable

Undocumented