AI-generated Key Takeaways
-
Globally available classes include
MLKCommonObjectDetectorOptionsfor common configurations shared by all object detectors. -
MLKCustomObjectDetectorOptionsprovides specific configurations for a custom-model object detector, inheriting common configurations fromMLKCommonObjectDetectorOptions.
Classes
The following classes are available globally.
-
Common configurations shared by all types of object detectors.
Declaration
Objective-C
@interface MLKCommonObjectDetectorOptions : NSObject -
Configurations for a custom-model object detector.
Declaration
Objective-C
@interface MLKCustomObjectDetectorOptions : MLKCommonObjectDetectorOptions