Detection
|
public class DetectionResult
The DetectionResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DetectionResult | Default Constructor. |
| Name | Description | |
|---|---|---|
| boxes | The position of the detection boxes,{ left, top, right,bottom }. | |
| labels | The label corresponding to the detection object. | |
| scores | Confidence of the detected object (greater than 0, less than 1). |