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
- Alphabetic
- By Inheritance
Inherited
- PageResultV3
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- val angle: Option[Double]
- val barcodes: Option[Seq[FormBarcode]]
- val height: Option[Double]
- val kind: Option[String]
- val lines: Option[Seq[FormLine]]
- val pageNumber: Int
- val selectionMarks: Option[Seq[FormSelectionMark]]
- val spans: Seq[FormSpan]
- val unit: Option[String]
- val width: Option[Double]
- val words: Option[Seq[FormWord]]