Page Summary
-
The
CommonObjectDetectorOptionsclass provides shared configurations for all types of object detectors in ML Kit. -
The
ObjectDetectorOptionsclass, inheriting fromCommonObjectDetectorOptions, offers specific configurations for object detectors.
Classes
The following classes are available globally.
-
Common configurations shared by all types of object detectors.
Declaration
Swift
class CommonObjectDetectorOptions : NSObject -
Configurations for an object detector.
Declaration
Swift
class ObjectDetectorOptions : CommonObjectDetectorOptions