Detector

  • Detector is a base interface for ML Kit vision features, allowing detection of various elements like barcodes, faces, images, objects, poses, and text within images.

  • It extends Closeable and LifecycleObserver, enabling resource management and integration with Android's lifecycle.

  • Subclasses of Detector provide specific functionalities, such as BarcodeScanner for recognizing barcodes, FaceDetector for finding faces, and more.

  • Detector processes input images through the InputImage class to identify and extract desired information.

  • Developers can leverage Detector implementations to build applications with computer vision capabilities.

public interface Detector extends Closeable, LifecycleObserver
Known Indirect Subclasses

Detector for ML Kit vision features.

Inherited Method Summary