次の方法で共有


Prediction クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Prediction

public class Prediction

予測結果。

メソッドの概要

修飾子と型 メソッドと説明
BoundingBox boundingBox()

boundingBox 値を取得します。

double probability()

確率値を取得します。

UUID tagId()

tagId 値を取得します。

String tagName()

tagName 値を取得します。

メソッドの詳細

boundingBox

public BoundingBox boundingBox()

boundingBox 値を取得します。

Returns:

boundingBox 値

probability

public double probability()

確率値を取得します。

Returns:

確率値

tagId

public UUID tagId()

tagId 値を取得します。

Returns:

tagId 値

tagName

public String tagName()

tagName 値を取得します。

Returns:

tagName 値

適用対象