Class DocumentStyle
An object representing observed text styles.
Inheritance
System.Object
DocumentStyle
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public class DocumentStyle
Properties
Confidence
Confidence of correctly identifying the style.
Declaration
public float Confidence { get; }
Property Value
System.Single
|
IsHandwritten
Is content handwritten?.
Declaration
public Nullable<bool> IsHandwritten { get; }
Property Value
System.Nullable<System.Boolean>
|
Spans
Location of the text elements in the concatenated content the style applies to.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> Spans { get; }
Property Value
System.Collections.Generic.IReadOnlyList<DocumentSpan>
|