你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
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