ConfidenceScoreThreshold(Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.