RGLOcclusionCheckParams

@interface RGLOcclusionCheckParams : NSObject

/// The maximum size for the occluded area of a document; only those exceeding this size will be validated.
/// Type: Double.
@property (nonatomic, strong, nullable) NSNumber *maxOcclusionPart;

@end

Undocumented

  • The maximum size for the occluded area of a document; only those exceeding this size will be validated. Type: Double.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *maxOcclusionPart;