case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OCRResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All