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

ImageModelSettingsObjectDetection.BoxScoreThreshold 属性

定义

在推理期间,仅返回分类分数大于 BoxScoreThreshold 的建议。 必须是范围[0, 1] 中的浮点数。

public float? BoxScoreThreshold { get; set; }
member this.BoxScoreThreshold : Nullable<single> with get, set
Public Property BoxScoreThreshold As Nullable(Of Single)

属性值

适用于