RFSDetectFacesAttributeResult

Objective-C

@interface RFSDetectFacesAttributeResult: NSObject

@property(nonnull, nonatomic, readonly) RFSDetectFacesAttribute attribute;
@property(nullable, nonatomic, readonly) NSNumber *confidence;
@property(nullable, nonatomic, readonly) NSString *value;
@property(nullable, nonatomic, readonly) RFSImageQualityRange *range;

RFS_EMPTY_INIT_UNAVAILABLE

@end

Swift

class DetectFacesAttributeResult : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property(nonnull, nonatomic, readonly) RFSDetectFacesAttribute attribute

    Swift

    var attribute: DetectFacesAttribute { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nullable, nonatomic, readonly) NSNumber *confidence

    Swift

    var confidence: NSNumber? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nullable, nonatomic, readonly) NSString *value

    Swift

    var value: String? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nullable, nonatomic, readonly) RFSImageQualityRange *range

    Swift

    var range: RFSImageQualityRange? { get }
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    RFS_EMPTY_INIT_UNAVAILABLE