你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Prediction interface
预测结果。
属性
bounding |
预测的边界框。 注意:此属性不会被序列化。 它只能由服务器填充。 |
probability | 标记的概率。 注意:此属性不会被序列化。 它只能由服务器填充。 |
tag |
预测标记的 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
tag |
预测标记的名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
tag |
预测标记的类型。 可能的值包括:“Regular”、“Negative”、“GeneralProduct” 注意:此属性不会被序列化。它只能由服务器填充。 |
属性详细信息
boundingBox
probability
标记的概率。 注意:此属性不会被序列化。 它只能由服务器填充。
probability?: number
属性值
number
tagId
预测标记的 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
tagId?: string
属性值
string
tagName
预测标记的名称。 注意:此属性不会被序列化。 它只能由服务器填充。
tagName?: string
属性值
string
tagType
预测标记的类型。 可能的值包括:“Regular”、“Negative”、“GeneralProduct” 注意:此属性不会被序列化。它只能由服务器填充。
tagType?: TagType