Share via


ExtractedToken.Confidence Property

Definition

Gets or sets a measure of accuracy of the extracted text.

[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