MLKitImageLabeling 框架参考

MLKImageLabelerOptions


@interface MLKImageLabelerOptions : MLKCommonImageLabelerOptions

图片标记器的选项。

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

    声明

    Objective-C

    - (nonnull instancetype)init;