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

ConfidenceScoreThreshold(Single) Constructor

Definition

Initializes a new instance of ConfidenceScoreThreshold.

public ConfidenceScoreThreshold(float default);
new Azure.AI.Language.Text.ConfidenceScoreThreshold : single -> Azure.AI.Language.Text.ConfidenceScoreThreshold
Public Sub New (default As Single)

Parameters

default
Single

Minimum confidence score threshold for the PII entities to be returned in the response. Entities with a confidence score below this threshold will be filtered out. Value should be between 0.0 and 1.0.

Applies to