TextAuthoringProjectSettings.ConfidenceThreshold Property
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.
The threshold of the class with the highest confidence, at which the prediction will automatically be changed to "None". The value of the threshold should be between 0 and 1 inclusive.
public float? ConfidenceThreshold { get; set; }
member this.ConfidenceThreshold : Nullable<single> with get, set
Public Property ConfidenceThreshold As Nullable(Of Single)