你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Prediction 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. Prediction
- com.
public class Prediction
预测结果。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Bounding |
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 值