[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-07 UTC."],[],[],null,["# DetectionResult interface\n\n\u003cbr /\u003e\n\nDetection results of a model.\n\n**Signature:** \n\n declare interface DetectionResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------|---------------------------------------------------------------|-----------------------|\n| [detections](./tasks-vision.detectionresult#detectionresultdetections) | [Detection](./tasks-vision.detection#detection_interface)\\[\\] | A list of Detections. |\n\nDetectionResult.detections\n--------------------------\n\nA list of Detections.\n\n**Signature:** \n\n detections: Detection[];"]]