Class DocumentReaderUvFiberElement

java.lang.Object
com.regula.documentreader.api.results.authenticity.DocumentReaderAuthenticityElement
com.regula.documentreader.api.results.authenticity.DocumentReaderUvFiberElement

public class DocumentReaderUvFiberElement extends DocumentReaderAuthenticityElement
The results of checking of fluorescent fibers type for UV light image.
  • Field Details

    • rectArray

      public List<DocReaderFieldRect> rectArray
      Coordinates of located areas for defined fibers type.
    • width

      public int[] width
      The fiber's width value for RectArray areas in pixels.
    • length

      public int[] length
      The fiber's length value for RectArray areas in pixels.
    • area

      public int[] area
      The fiber's area value for RectArray areas in pixels.
    • colorValues

      public int[] colorValues
      The fiber's colors `B`, `G`, `R`.
    • rectCount

      public int rectCount
      The number of `rectArray`, `width`, `length` and `area` items.
    • expectedCount

      public int expectedCount
      Expected fibers number.
  • Constructor Details

    • DocumentReaderUvFiberElement

      public DocumentReaderUvFiberElement()
  • Method Details