RGLOCRSecurityTextCheck
Objective-C
@interface RGLOCRSecurityTextCheck : RGLAuthenticityElement
@property(nonatomic, assign, readonly) NSInteger reserved1;
@property(nonatomic, assign, readonly) NSInteger reserved2;
@property(nonatomic, assign, readonly) NSInteger lightType;
@property(nonatomic, assign, readonly) RGLFieldType fieldType;
@property(nonatomic, strong, readonly, nonnull) RGLElementRect *elementRect;
@property(nonatomic, strong, readonly, nonnull) RGLElementRect *etalonFieldRect;
@property(nonatomic, strong, readonly, nonnull) NSString *securityTextResultOCR;
@property(nonatomic, strong, readonly, nonnull) NSString *etalonResultOCR;
@property(nonatomic, assign, readonly) RGLResultType etalonResultType;
@end
Swift
class OCRSecurityTextCheck : AuthenticityElement
Undocumented
-
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 lightType
Swift
var lightType: Int { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) RGLFieldType fieldType
Swift
var fieldType: FieldType { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, readonly, nonnull) RGLElementRect *elementRect
Swift
var elementRect: RGLElementRect { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, readonly, nonnull) RGLElementRect *etalonFieldRect
Swift
var etalonFieldRect: RGLElementRect { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, readonly, nonnull) NSString *securityTextResultOCR
Swift
var securityTextResultOCR: String { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, readonly, nonnull) NSString *etalonResultOCR
Swift
var etalonResultOCR: String { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign, readonly) RGLResultType etalonResultType
Swift
var etalonResultType: ResultType { get }