次の方法で共有


Accessory クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.Accessory

public class Accessory

アクセサリ項目と対応する信頼度レベル。

メソッドの概要

修飾子と型 メソッドと説明
double confidence()

信頼度の値を取得します。

AccessoryType type()

型の値を取得します。

Accessory withConfidence(double confidence)

信頼度の値を設定します。

Accessory withType(AccessoryType type)

型の値を設定します。

メソッドの詳細

confidence

public double confidence()

信頼度の値を取得します。

Returns:

信頼度の値

type

public AccessoryType type()

型の値を取得します。

Returns:

型の値

withConfidence

public Accessory withConfidence(double confidence)

信頼度の値を設定します。

Parameters:

confidence - 設定する信頼度値

Returns:

アクセサリ オブジェクト自体。

withType

public Accessory withType(AccessoryType type)

型の値を設定します。

Parameters:

type - 設定する型の値

Returns:

アクセサリ オブジェクト自体。

適用対象