luxlabs header browser preview


@class NSDictionary;

@interface AXMVisionFeatureFaceAttributes : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSDictionary *results;
@property (readonly, nonatomic) long long axAgeCategory;
@property (nonatomic) double axAgeCategoryConfidence;
@property (readonly, nonatomic) long long axGenderCategory;
@property (nonatomic) double axGenderCategoryConfidence;
@property (readonly, nonatomic) long long axEyesCategory;
@property (nonatomic) double axEyesCategoryConfidence;
@property (readonly, nonatomic) long long axSmilingCategory;
@property (readonly, nonatomic) long long axFaceHairCategory;
@property (readonly, nonatomic) long long axHairColorCategory;
@property (nonatomic) double axHairColorCategoryConfidence;
@property (readonly, nonatomic) long long axBaldCategory;
@property (readonly, nonatomic) long long axGlassesCategory;
@property (nonatomic) double axGlassesCategoryConfidence;
@property (readonly, nonatomic) long long axMakeupEyesCategory;
@property (nonatomic) double axMakeupEyesCategoryConfidence;
@property (readonly, nonatomic) long long axMakeupLipsCategory;
@property (nonatomic) double axMakeupLipsCategoryConfidence;
@property (readonly, nonatomic) long long axFacemaskCategory;
@property (nonatomic) double axFacemaskCategoryConfidence;
@property (readonly, nonatomic) long long axEthnicityCategory;
@property (nonatomic) double axEthnicityCategoryConfidence;
@property (readonly, nonatomic) long long axExpressionCategory;
@property (nonatomic) double axExpressionCategoryConfidence;
@property (readonly, nonatomic) long long axFaceHairV2Category;
@property (nonatomic) double axFaceHairV2CategoryConfidence;
@property (readonly, nonatomic) long long axHairTypeCategory;
@property (nonatomic) double axHairTypeCategoryConfidence;
@property (readonly, nonatomic) long long axHeadgearCategory;
@property (nonatomic) double axHeadgearCategoryConfidence;
@property (readonly, nonatomic) long long axPoseCategory;
@property (nonatomic) double axPoseCategoryConfidence;
@property (readonly, nonatomic) long long axSkintoneCategory;
@property (nonatomic) double axSkintoneCategoryConfidence;
@property (nonatomic) long long excludeOptions;

+ (long long)defaultExcludeOptions;
+ (id)unitTestingFaceAttributes;
+ (id)unitTestingFaceAttributesForAge:(long long)a0 gender:(long long)a1 eyes:(long long)a2 smiling:(long long)a3 facialHair:(long long)a4 hairColor:(long long)a5 baldness:(long long)a6 glasses:(long long)a7 eyeMakeup:(long long)a8 lipMakeup:(long long)a9 faceMask:(long long)a10 ethnicity:(long long)a11 expression:(long long)a12 facialHairV2:(long long)a13 hairType:(long long)a14 headGear:(long long)a15 pose:(long long)a16 skinTone:(long long)a17 excludeOptions:(long long)a18;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)accessibilityLabelForAttributes;
- (long long)_AXMAgeCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMEthnicityCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMExpressionCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMEyesCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMFaceHairV2CategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMFacemaskCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMGenderCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMGlassesCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMHairColorCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMHairtypeCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMHeadgearCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMMakeupEyesCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMMakeupLipsCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMPoseCategoryForVisionCategoryIdentifier:(id)a0;
- (long long)_AXMSkintoneCategoryForVisionCategoryIdentifier:(id)a0;
- (id)_accessibilityIdentifierForAgeCategory;
- (id)_accessibilityIdentifierForEthnicityCategory;
- (id)_accessibilityIdentifierForExpressionCategory;
- (id)_accessibilityIdentifierForEyesCategory;
- (id)_accessibilityIdentifierForFaceHairV2Category;
- (id)_accessibilityIdentifierForFacemaskCategory;
- (id)_accessibilityIdentifierForGenderCategory;
- (id)_accessibilityIdentifierForGlassesCategory;
- (id)_accessibilityIdentifierForHairColorCategory;
- (id)_accessibilityIdentifierForHairTypeCategory;
- (id)_accessibilityIdentifierForHeadgearCategory;
- (id)_accessibilityIdentifierForMakeupEyesCategory;
- (id)_accessibilityIdentifierForMakeupLipsCategory;
- (id)_accessibilityIdentifierForPoseCategory;
- (id)_accessibilityIdentifierForSkintoneCategory;
- (id)_accessibilityLabelForAccessoryDetails;
- (id)_accessibilityLabelForDemographics;
- (id)_accessibilityLabelForExpressionDetails;
- (id)_accessibilityLabelForFacialHairDetails;
- (id)_accessibilityLabelForHairDetails;
- (id)_accessibilityLabelFormatterBeginning;
- (id)_accessibilityLabelFormatterForAgeCategory;
- (id)_accessibilityLabelFormatterForExpressionCategory;
- (id)_accessibilityLabelFormatterForFaceHairV2Category;
- (id)_accessibilityLabelFormatterForFaceMaskCategory;
- (id)_accessibilityLabelFormatterForGlassesCategory;
- (id)_accessibilityLabelFormatterForHairColorCategory;
- (id)_accessibilityLabelFormatterForHairTypeCategory;
- (id)_accessibilityLabelFormatterForPoseCategory;
- (id)accessibilityLabelAndConfidenceMappingForAttributes;
- (id)initWithAVMetadataFaceObject:(id)a0;
- (id)initWithVisionFaceAttributes:(id)a0;

@end