AWSRekognitionLabelDetectionAggregateBy
Objective-C
NS_ENUM(NSInteger, AWSRekognitionLabelDetectionAggregateBy) {
AWSRekognitionLabelDetectionAggregateByUnknown,
AWSRekognitionLabelDetectionAggregateByTimestamps,
AWSRekognitionLabelDetectionAggregateBySegments,
}
Swift
enum AWSRekognitionLabelDetectionAggregateBy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionAggregateByUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionAggregateByTimestampsSwift
case timestamps = 1 -
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionAggregateBySegmentsSwift
case segments = 2
View on GitHub
Install in Dash
AWSRekognitionLabelDetectionAggregateBy Enumeration Reference