Page Summary
-
MLKImageLabelerOptionsprovides configuration options for an image labeler, primarily focusing on setting the confidence threshold. -
Initializing
MLKImageLabelerOptionswithinitsets theconfidenceThresholdtonil, defaulting to0.5if left unchanged.
MLKImageLabelerOptions
@interface MLKImageLabelerOptions : MLKCommonImageLabelerOptionsOptions for an image labeler.
-
Initializes an
ImageLabelerOptionsinstance with theconfidenceThresholdproperty set tonil. If it remains unset, a default confidence threshold value of0.5will be used.Declaration
Objective-C
- (nonnull instancetype)init;