com.google.mlkit.vision.objects.defaults
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\u003eThis page lists classes related to object detection in Google ML Kit, particularly options for using predefined and bundled classifier models.\u003c/p\u003e\n"],["\u003cp\u003eIncludes classes for defining the object detector's options (\u003ccode\u003eObjectDetectorOptions\u003c/code\u003e), building those options (\u003ccode\u003eObjectDetectorOptions.Builder\u003c/code\u003e), and understanding predefined object categories (\u003ccode\u003ePredefinedCategory\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThese classes are essential for utilizing object detection functionalities within the ML Kit framework on Android.\u003c/p\u003e\n"]]],[],null,["# com.google.mlkit.vision.objects.defaults\n\n### Classes\n\n|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ObjectDetectorOptions](/android/reference/com/google/mlkit/vision/objects/defaults/ObjectDetectorOptions) | Options for [ObjectDetector](/android/reference/com/google/mlkit/vision/objects/ObjectDetector) with a predefined and bundled classifier model. |\n| [ObjectDetectorOptions.Builder](/android/reference/com/google/mlkit/vision/objects/defaults/ObjectDetectorOptions.Builder) | Builder of [ObjectDetectorOptions](/android/reference/com/google/mlkit/vision/objects/defaults/ObjectDetectorOptions). |\n| [PredefinedCategory](/android/reference/com/google/mlkit/vision/objects/defaults/PredefinedCategory) | Predefined categories of a [DetectedObject](/android/reference/com/google/mlkit/vision/objects/DetectedObject). |"]]