Share via


FormSelectionMark Class

Definition

Represents a Selection mark recognized from the input document.

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

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)
State

Selection mark state value, like Selected or Unselected.

Text

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

(Inherited from FormElement)

Applies to