你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

适用于