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