RGLPhotoIdentResult
Objective-C
@interface RGLPhotoIdentResult : RGLAuthenticityElement
@property(nonatomic, strong, readonly, nonnull) RGLElementRect *area;
@property(nonatomic, assign, readonly) RGLGraphicFieldLight lightIndex;
@property(nonatomic, assign, readonly) NSInteger reserved1;
@property(nonatomic, assign, readonly) NSInteger reserved2;
@property(nonatomic, assign, readonly) NSInteger reserved3;
@property(nonatomic, assign, readonly) RGLCheckResult result;
@property(nonatomic, strong, readonly, nonnull) NSArray <UIImage *> *resultImages;
@property(nonatomic, strong, readonly, nonnull) NSArray <UIImage *> *sourceImage;
@end
Swift
class PhotoIdentResult : AuthenticityElement
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, readonly, nonnull) RGLElementRect *areaSwift
var area: RGLElementRect { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) RGLGraphicFieldLight lightIndexSwift
var lightIndex: GraphicFieldLight { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) NSInteger reserved1Swift
var reserved1: Int { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) NSInteger reserved2Swift
var reserved2: Int { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) NSInteger reserved3Swift
var reserved3: Int { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) RGLCheckResult resultSwift
var result: CheckResult { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, readonly, nonnull) NSArray <UIImage *> *resultImagesSwift
var resultImages: [UIImage] { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, readonly, nonnull) NSArray <UIImage *> *sourceImageSwift
var sourceImage: [UIImage] { get }