[[["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-10-31 UTC."],[],["The content defines key components for object detection in images. `ObjectDetector` finds `DetectedObject`s, and its mode is set via `DetectorMode`. `DetectedObject` represents a found object, with `DetectedObject.Label` providing its labels. `ObjectDetection` is the entry point for retrieving an `ObjectDetector`. `ObjectDetectorOptionsBase` contains the base settings for configuring the detector. The core action is the detection of objects within an image, returning details on the objects found.\n"]]