MLKitObjectDetection Framework Reference

  • MLKObjectDetectorOptions provides configurations for an object detector.

  • It can be initialized with default values using the init method.

  • It inherits from MLKCommonObjectDetectorOptions, suggesting shared functionalities with other object detection options.

MLKObjectDetectorOptions


@interface MLKObjectDetectorOptions : MLKCommonObjectDetectorOptions

Configurations for an object detector.

  • Initializes an ObjectDetectorOptions instance with the default values.

    Declaration

    Objective-C

    - (nonnull instancetype)init;