Share via


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