Class DocumentReaderUvFiberElement
java.lang.Object
com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
com.regula.documentreader.api.results.authenticity.DocumentReaderUvFiberElement
The results of checking of fluorescent fibers type for UV light image.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]
The fiber's area value for RectArray areas in pixels.int[]
The fiber's colors `B`, `G`, `R`.int
Expected fibers number.int[]
The fiber's length value for RectArray areas in pixels.Coordinates of located areas for defined fibers type.int
The number of `rectArray`, `width`, `length` and `area` items.int[]
The fiber's width value for RectArray areas in pixels.Fields inherited from class com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
elementDiagnose, elementType, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentReaderUvFiberElement
static DocumentReaderUvFiberElement
fromJson
(JSONObject obj) toJson()
Method convert object to string in json formatMethods inherited from class com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
getElementDiagnoseName, getElementTypeName
-
Field Details
-
rectArray
Coordinates of located areas for defined fibers type. -
width
public int[] widthThe fiber's width value for RectArray areas in pixels. -
length
public int[] lengthThe fiber's length value for RectArray areas in pixels. -
area
public int[] areaThe fiber's area value for RectArray areas in pixels. -
colorValues
public int[] colorValuesThe fiber's colors `B`, `G`, `R`. -
rectCount
public int rectCountThe number of `rectArray`, `width`, `length` and `area` items. -
expectedCount
public int expectedCountExpected fibers number.
-
-
Constructor Details
-
DocumentReaderUvFiberElement
public DocumentReaderUvFiberElement()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Overrides:
toJson
in classDocumentReaderAuthenticityElement
- Returns:
- string in json format
-