com.google.mlkit.vision.objects

Annotations

ObjectDetectorOptionsBase.DetectorMode The detector mode which indicates whether detection is for single image or for streaming. 

Interfaces

ObjectDetector An ObjectDetection client for finding DetectedObjects in a supplied image. 

Classes

DetectedObject Represents an object detected by ObjectDetector
DetectedObject.Label Represents an image label of a detected object. 
ObjectDetection Entry point to get an ObjectDetector for finding DetectedObjects in a supplied image. 
ObjectDetectorOptionsBase Base options for ObjectDetector