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

PiiDetectionSkill.MinPrecision Property

Definition

A value between 0 and 1 that be used to only include entities whose confidence score is greater than the value specified. If not set (default), or if explicitly set to null, all entities will be included.

public double? MinPrecision { get; set; }
member this.MinPrecision : Nullable<double> with get, set
Public Property MinPrecision As Nullable(Of Double)

Property Value

Applies to