In stream mode, tracker and detector run in parallel. The results are returned when tracker
processing is finished. Detection may still be in progress at that time.
[[["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-07-10 UTC."],[],["The provided content outlines two constant modes for object detection: `singleImage` and `stream`. In `singleImage` mode, results are delivered upon completion of both tracker and detector. In `stream` mode, the tracker and detector function concurrently, with results returned when the tracker finishes, even if detection is ongoing. These modes are defined in the MLKCommonObjectDetectorOptions and are accessed statically in Swift.\n"]]