MLKitObjectDetectionCommon Framework Reference

Classes

The following classes are available globally.

  • Common configurations shared by all types of object detectors.

    Declaration

    Objective-C

    
    @interface MLKCommonObjectDetectorOptions : NSObject
  • An object detected in an image.

    Declaration

    Objective-C

    
    @interface MLKObject : NSObject
  • An object detector and tracker that detects objects in an image and supports tracking them.

    Declaration

    Objective-C

    
    @interface MLKObjectDetector : NSObject
  • A label that describes an object detected in an image.

    Declaration

    Objective-C

    
    @interface MLKObjectLabel : NSObject