case class AIObject(rectangle: Rectangle2, object: String, confidence: Double) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AIObject
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AIObject(rectangle: Rectangle2, object: String, confidence: Double)
Value Members
- val confidence: Double
- val object: String
- val rectangle: Rectangle2