google_mlkit_object_detection library

Classes

DetectedObject
An object detected in an InputImage by ObjectDetector.
FirebaseObjectDetectorModelManager
A subclass of ModelManager that manages FirebaseModelSource required to process the image.
FirebaseObjectDetectorOptions
Options to configure the detector while using a Firebase model.
InputImage
Image format that ML Kit takes to process the image.
InputImageMetadata
Data of image required when creating image from bytes.
Label
A label that describes an object detected in an image.
LocalObjectDetectorOptions
Options to configure the detector while using a local custom model.
ModelManager
A class to manage remote models.
ObjectDetector
An object detector and tracker that detects objects in an InputImage and supports tracking them.
ObjectDetectorOptions
Options to configure the detector while using with base model.

Enums

DetectionMode
The mode for ObjectDetector.
InputImageFormat
To indicate the format of image while creating input image from bytes
InputImageRotation
The camera rotation angle to be specified
InputImageType
The type of InputImage.
ObjectDetectorType
Type of ObjectDetector.