MLKImageLabelerOptions
@interface MLKImageLabelerOptions : MLKCommonImageLabelerOptions
Options for an image labeler.
-
Initializes an
ImageLabelerOptions
instance with theconfidenceThreshold
property set tonil
. If it remains unset, a default confidence threshold value of0.5
will be used.Declaration
Objective-C
- (nonnull instancetype)init;