Bagikan melalui


FormPage.SelectionMarks Property

Definition

A list of recognized selection marks contained in this page.

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormSelectionMark> SelectionMarks { get; }
member this.SelectionMarks : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormSelectionMark>
Public ReadOnly Property SelectionMarks As IReadOnlyList(Of FormSelectionMark)

Property Value

Remarks

This property only has value for V2_1 and newer.

Applies to