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 attributeSwift
var attribute: DetectFacesAttribute { get } -
Undocumented
Declaration
Objective-C
@property(nullable, nonatomic, readonly) NSNumber *confidenceSwift
var confidence: NSNumber? { get } -
Undocumented
Declaration
Objective-C
@property(nullable, nonatomic, readonly) NSString *valueSwift
var value: String? { get } -
Undocumented
Declaration
Objective-C
@property(nullable, nonatomic, readonly) RFSImageQualityRange *rangeSwift
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