AWSRekognitionLabelDetectionFeatureName

Objective-C

NS_ENUM(NSInteger, AWSRekognitionLabelDetectionFeatureName) {
    AWSRekognitionLabelDetectionFeatureNameUnknown,
    AWSRekognitionLabelDetectionFeatureNameGeneralLabels,
}

Swift

enum AWSRekognitionLabelDetectionFeatureName : Int, @unchecked Sendable

Undocumented