Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 756 Bytes

File metadata and controls

19 lines (11 loc) · 756 Bytes

BaseDetection

A detection describes the object found with all its details.

Properties

Name Type Description Notes
classification String The classification of the recognized object. [optional]
group String The group of the classification. [optional]
id Integer The id of the detection object. [optional]
probability Integer The probability that the object found matches the classification. [optional]
coordinates Coordinates [optional]
attributes List<Attribute> Attributes characterizing the base detection. [optional]