MLKitImageLabeling 框架参考

MLKImageLabelerOptions


@interface MLKImageLabelerOptions : MLKCommonImageLabelerOptions

图片标记器的选项。

  • 使用 confidenceThreshold 属性初始化 ImageLabelerOptions 实例 已设置为 nil。如果未设置此政策,系统将使用默认的置信度阈值:0.5

    声明

    Objective-C

    - (nonnull instancetype)init;