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

EntityRecognitionSkill.MinimumPrecision 属性

定义

获取或设置一个介于 0 和 1 之间的值,该值仅用于包含其置信度分数大于指定值的实体。 如果未设置 (默认) ,或者显式设置为 null,则将包括所有实体。

[Newtonsoft.Json.JsonProperty(PropertyName="minimumPrecision")]
public double? MinimumPrecision { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minimumPrecision")>]
member this.MinimumPrecision : Nullable<double> with get, set
Public Property MinimumPrecision As Nullable(Of Double)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于