case class PageResultV3(pageNumber: Int, angle: Option[Double], width: Option[Double], height: Option[Double], unit: Option[String], kind: Option[String], spans: Seq[FormSpan], words: Option[Seq[FormWord]], selectionMarks: Option[Seq[FormSelectionMark]], lines: Option[Seq[FormLine]], barcodes: Option[Seq[FormBarcode]]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PageResultV3
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PageResultV3(pageNumber: Int, angle: Option[Double], width: Option[Double], height: Option[Double], unit: Option[String], kind: Option[String], spans: Seq[FormSpan], words: Option[Seq[FormWord]], selectionMarks: Option[Seq[FormSelectionMark]], lines: Option[Seq[FormLine]], barcodes: Option[Seq[FormBarcode]])

Value Members

  1. val angle: Option[Double]
  2. val barcodes: Option[Seq[FormBarcode]]
  3. val height: Option[Double]
  4. val kind: Option[String]
  5. val lines: Option[Seq[FormLine]]
  6. val pageNumber: Int
  7. val selectionMarks: Option[Seq[FormSelectionMark]]
  8. val spans: Seq[FormSpan]
  9. val unit: Option[String]
  10. val width: Option[Double]
  11. val words: Option[Seq[FormWord]]