MLKitObjectDetection Framework Reference

  • This document lists globally available constants used in object detection within the ML Kit framework.

  • Two primary modes are defined: MLKObjectDetectorModeSingleImage for single image processing and MLKObjectDetectorModeStream for continuous stream processing.

  • Several object label constants are provided, such as MLKDetectedObjectLabelFashionGood, MLKDetectedObjectLabelHomeGood, representing different categories of detectable objects.

  • Corresponding label index constants like MLKDetectedObjectLabelIndexFashionGood offer numerical representations of these object labels.

  • All constants are declared in Objective-C and are intended for use within iOS applications leveraging the ML Kit Object Detection API.

Constants

The following constants are available globally.