MLKitImageLabeling 架構參考資料

MLKCommonImageLabelerOptions


@interface MLKCommonImageLabelerOptions : NSObject

圖片標籤人員的選項。

  • 圖片標籤人員傳回標籤的可信度門檻。由 圖片標籤人員的信賴水準會高於或等於指定門檻。值必須 是 [0, 1] 範圍中的浮點值。此屬性不需要設定。瞭解詳情 未設定 confidenceThreshold 時的行為,請參閱子類別的說明文件 標頭檔案。預設值為 nil

    聲明

    Objective-C

    @property (nonatomic, nullable) NSNumber *confidenceThreshold;
  • 無法使用,在子類別中使用類別方法。

    聲明

    Objective-C

    - (nonnull instancetype)init;