com.google.mlkit.vision.label

  • ImageLabeler helps find image labels within images, offering functionalities for image labeling.

  • ImageLabel represents the detected labels from ImageLabeler.

  • ImageLabeling serves as the main entry point for accessing the ImageLabeler for image label detection.

  • Options for customizing ImageLabeler are available through ImageLabelerOptionsBase.

Interfaces

ImageLabeler An ImageLabeling client for finding ImageLabels in a supplied image. 

Classes

ImageLabel Represents an image label detected by ImageLabeler
ImageLabelerOptionsBase Base options for ImageLabeler
ImageLabeling Entry point to get an ImageLabeler for finding ImageLabels in a supplied image.