Class DocumentStyle
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.DocumentStyle
An object representing observed text styles.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Get the confidence property: Confidence of correctly identifying the style.getSpans()
Get the spans property: Location of the text elements in the concatenated content the style applies to.Get the isHandwritten property: Is content handwritten?.
-
Constructor Details
-
DocumentStyle
public DocumentStyle()
-
-
Method Details
-
isHandwritten
Get the isHandwritten property: Is content handwritten?.- Returns:
- the isHandwritten value.
-
getSpans
Get the spans property: Location of the text elements in the concatenated content the style applies to.- Returns:
- the spans value.
-
getConfidence
public float getConfidence()Get the confidence property: Confidence of correctly identifying the style.- Returns:
- the confidence value.
-