mindee-api-dotnet

BaseField.Confidence Property

Declaring Type: BaseField
Namespace: Mindee.Parsing.Standard
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

The confidence about the zone of the value extracted. A value from 0 to 1.

[JsonPropertyName("confidence")]
public double? Confidence { get; set; }

Property Value

Nullable<double>

Example

0.9


Documentation generated by MdDocs