com.google.mlkit.vision.objects.custom
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eCustomObjectDetectorOptions\u003c/code\u003e provides configuration for object detection using custom classifier models with ML Kit.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers use \u003ccode\u003eCustomObjectDetectorOptions.Builder\u003c/code\u003e to create and customize \u003ccode\u003eCustomObjectDetectorOptions\u003c/code\u003e instances.\u003c/p\u003e\n"]]],["The core content describes two classes for object detection using custom models in Android. `CustomObjectDetectorOptions` configures an `ObjectDetector` with custom classifier models. `CustomObjectDetectorOptions.Builder` facilitates the creation of `CustomObjectDetectorOptions` instances. These classes work together to set up object detection tailored to specific, user-provided classification models.\n"],null,["# com.google.mlkit.vision.objects.custom\n\n### Classes\n\n|--------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| [CustomObjectDetectorOptions](/android/reference/com/google/mlkit/vision/objects/custom/CustomObjectDetectorOptions) | Options for [ObjectDetector](/android/reference/com/google/mlkit/vision/objects/ObjectDetector) with custom classifier models. |\n| [CustomObjectDetectorOptions.Builder](/android/reference/com/google/mlkit/vision/objects/custom/CustomObjectDetectorOptions.Builder) | Builder of [CustomObjectDetectorOptions](/android/reference/com/google/mlkit/vision/objects/custom/CustomObjectDetectorOptions). |"]]