Share via


Candidate.Confidence Property

Definition

Gets or sets the confidence level.

[Newtonsoft.Json.JsonProperty(PropertyName="Confidence")]
public double? Confidence { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Confidence")>]
member this.Confidence : Nullable<double> with get, set
Public Property Confidence As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to