Class FormWord
Represents a word recognized from the input document.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public class FormWord : Azure.AI.FormRecognizer.Models.FormElement
Properties
Confidence
Measures the degree of certainty of the recognition result. Value is between [0.0, 1.0].
Declaration
public float Confidence { get; }
Property Value
System.Single
|