Map<String, dynamic> toMap() { return { 'label': label, 'prob': probability, 'x': x, 'y': y, 'width': width, 'height': height, }; }