次の方法で共有


StoredImagePrediction クラス

定義

画像分類要求の結果。

public class StoredImagePrediction
type StoredImagePrediction = class
Public Class StoredImagePrediction
継承
StoredImagePrediction

コンストラクター

StoredImagePrediction()

StoredImagePrediction クラスの新しいインスタンスを初期化します。

StoredImagePrediction(String, String, String, Guid, Guid, Guid, Guid, DateTime, IList<Prediction>)

StoredImagePrediction クラスの新しいインスタンスを初期化します。

プロパティ

Created

画像分類要求の結果。

Domain

予測に使用されるドメインを取得します。

Id

画像分類要求の結果。

Iteration

画像分類要求の結果。

OriginalImageUri

元の予測イメージの URI を取得します。

Predictions

画像分類要求の結果。

Project

画像分類要求の結果。

ResizedImageUri

(サイズ変更された) 予測イメージへの URI を取得します。

ThumbnailUri

元の予測イメージのサムネイルへの URI を取得します。

適用対象