Class OcclusionCheckParams
java.lang.Object
com.regula.documentreader.api.params.OcclusionCheckParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe maximum size for the occluded area of a document; only those exceeding this size will be validated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OcclusionCheckParamsfromJson(JSONObject object) JSONObject
-
Field Details
-
maxOcclusionPart
The maximum size for the occluded area of a document; only those exceeding this size will be validated.
-
-
Constructor Details
-
OcclusionCheckParams
public OcclusionCheckParams()
-
-
Method Details
-
fromJson
-
toJsonObject
public JSONObject toJsonObject()
-