AWSRekognitionDetectLabelsFeatureName
Objective-C
NS_ENUM(NSInteger, AWSRekognitionDetectLabelsFeatureName) {
AWSRekognitionDetectLabelsFeatureNameUnknown,
AWSRekognitionDetectLabelsFeatureNameGeneralLabels,
AWSRekognitionDetectLabelsFeatureNameImageProperties,
}
Swift
enum AWSRekognitionDetectLabelsFeatureName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionDetectLabelsFeatureNameUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSRekognitionDetectLabelsFeatureNameGeneralLabelsSwift
case generalLabels = 1 -
Undocumented
Declaration
Objective-C
AWSRekognitionDetectLabelsFeatureNameImagePropertiesSwift
case imageProperties = 2
View on GitHub
Install in Dash
AWSRekognitionDetectLabelsFeatureName Enumeration Reference