Page Summary
-
CommonObjectDetectorOptionsprovides general configurations applicable to all object detectors. -
CustomObjectDetectorOptions, inheriting fromCommonObjectDetectorOptions, offers specific settings for object detectors using custom models.
Classes
The following classes are available globally.
-
Common configurations shared by all types of object detectors.
Declaration
Swift
class CommonObjectDetectorOptions : NSObject -
Configurations for a custom-model object detector.
Declaration
Swift
class CustomObjectDetectorOptions : CommonObjectDetectorOptions