case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All