Recognition class

Represents the recognition output from the model

Constructors

Recognition(int _id, String _label, double _score, Rect _location)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
no setter
label String
no setter
location Rect
no setter
renderLocation Rect
Returns bounding box rectangle corresponding to the displayed image on screen
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited