AWSRekognitionLabelDetectionAggregateBy
Objective-C
NS_ENUM(NSInteger, AWSRekognitionLabelDetectionAggregateBy) {
AWSRekognitionLabelDetectionAggregateByUnknown,
AWSRekognitionLabelDetectionAggregateByTimestamps,
AWSRekognitionLabelDetectionAggregateBySegments,
}
Swift
enum AWSRekognitionLabelDetectionAggregateBy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionAggregateByUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionAggregateByTimestamps
Swift
case timestamps = 1
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionAggregateBySegments
Swift
case segments = 2