MLKImageLabelerOptions
@interface MLKImageLabelerOptions : MLKCommonImageLabelerOptions图片标记器的选项。
-
使用
confidenceThreshold属性初始化ImageLabelerOptions实例 已设置为nil。如果未设置此政策,系统将使用默认的置信度阈值:0.5。声明
Objective-C
- (nonnull instancetype)init;