DetectionResult interface

Detection results of a model.

Signature:

declare interface DetectionResult 

Properties

Property Type Description
detections Detection[] A list of Detections.

DetectionResult.detections

A list of Detections.

Signature:

detections: Detection[];