Sdílet prostřednictvím


FormWord Class

Definition

Represents a word recognized from the input document.

public class FormWord : Azure.AI.FormRecognizer.Models.FormElement
type FormWord = class
    inherit FormElement
Public Class FormWord
Inherits FormElement
Inheritance
FormWord

Properties

BoundingBox

The quadrilateral bounding box that outlines the text of this element. Units are in pixels for images and inches for PDF. The LengthUnit type of a recognized page can be found at Unit.

(Inherited from FormElement)
Confidence

Measures the degree of certainty of the recognition result. Value is between [0.0, 1.0].

PageNumber

The 1-based number of the page in which this element is present.

(Inherited from FormElement)
Text

The text of this form element. It can be a whole line or a single word.

(Inherited from FormElement)

Applies to