com.google.mlkit.vision.objects
Stay organized with collections
Save and categorize content based on your preferences.
Annotations
Interfaces
Classes
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."],[],["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"],null,[]]