次の方法で共有


PredictionQueryResult クラス

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

public class PredictionQueryResult

PredictionQueryResult モデル。

メソッドの概要

修飾子と型 メソッドと説明
List<StoredImagePrediction> results()

結果の値を取得します。

PredictionQueryToken token()

トークン値を取得します。

メソッドの詳細

results

public List results()

結果の値を取得します。

Returns:

結果の値

token

public PredictionQueryToken token()

トークン値を取得します。

Returns:

トークン値

適用対象