[[["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."],[],["`CustomObjectDetectorOptions` provides settings for `ObjectDetector` using custom classifier models. Key actions include defining the detection mode as `SINGLE_IMAGE_MODE` (for independent single images) or `STREAM_MODE` (for video/camera streams). The class also includes a builder (`CustomObjectDetectorOptions.Builder`) for creating these options and methods to determine object equality (`equals`), calculate hash codes (`hashCode`), and generate string representations (`toString`). It inherits additional functionalities, including the same `equals` and `hashCode` methods from `ObjectDetectorOptionsBase` and several common methods from the base `Object` class.\n"]]