Recognition constructor

Recognition(
  1. int _id,
  2. String _label,
  3. double _score,
  4. Rect _location,
)

Implementation

Recognition(this._id, this._label, this._score, this._location);