AWSRekognitionLabelDetectionFeatureName
Objective-C
NS_ENUM(NSInteger, AWSRekognitionLabelDetectionFeatureName) {
AWSRekognitionLabelDetectionFeatureNameUnknown,
AWSRekognitionLabelDetectionFeatureNameGeneralLabels,
}
Swift
enum AWSRekognitionLabelDetectionFeatureName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionFeatureNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionFeatureNameGeneralLabels
Swift
case generalLabels = 1