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 *area

    Swift

    var area: RGLElementRect { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign, readonly) RGLGraphicFieldLight lightIndex

    Swift

    var lightIndex: GraphicFieldLight { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign, readonly) NSInteger reserved1

    Swift

    var reserved1: Int { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign, readonly) NSInteger reserved2

    Swift

    var reserved2: Int { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign, readonly) NSInteger reserved3

    Swift

    var reserved3: Int { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign, readonly) RGLCheckResult result

    Swift

    var result: CheckResult { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly, nonnull) NSArray <UIImage *> *resultImages

    Swift

    var resultImages: [UIImage] { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly, nonnull) NSArray <UIImage *> *sourceImage

    Swift

    var sourceImage: [UIImage] { get }