MLKitImageLabeling フレームワーク リファレンス

MLKImageLabelerOptions


@interface MLKImageLabelerOptions : MLKCommonImageLabelerOptions

画像ラベラーのオプション。

  • confidenceThreshold プロパティを nil に設定して ImageLabelerOptions インスタンスを初期化します。未設定のままにした場合は、デフォルトの信頼度しきい値 0.5 が使用されます。

    宣言

    Objective-C

    - (nonnull instancetype)init;