AWSRekognitionLabelDetectionFeatureName
Objective-C
NS_ENUM(NSInteger, AWSRekognitionLabelDetectionFeatureName) {
AWSRekognitionLabelDetectionFeatureNameUnknown,
AWSRekognitionLabelDetectionFeatureNameGeneralLabels,
}
Swift
enum AWSRekognitionLabelDetectionFeatureName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionFeatureNameUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSRekognitionLabelDetectionFeatureNameGeneralLabelsSwift
case generalLabels = 1
View on GitHub
Install in Dash
AWSRekognitionLabelDetectionFeatureName Enumeration Reference