DocumentSelectionMark Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.
public class DocumentSelectionMark : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentSelectionMark>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentSelectionMark>
type DocumentSelectionMark = class
interface IJsonModel<DocumentSelectionMark>
interface IPersistableModel<DocumentSelectionMark>
Public Class DocumentSelectionMark
Implements IJsonModel(Of DocumentSelectionMark), IPersistableModel(Of DocumentSelectionMark)
- Inheritance
-
DocumentSelectionMark
- Implements
Properties
Confidence |
Confidence of correctly extracting the selection mark. |
Polygon |
Bounding polygon of the selection mark, with coordinates specified relative to the top-left of the page. The numbers represent the x, y values of the polygon vertices, clockwise from the left (-180 degrees inclusive) relative to the element orientation. |
Span |
Location of the selection mark in the reading order concatenated content. |
State |
State of the selection mark. |
Explicit Interface Implementations
IJsonModel<DocumentSelectionMark>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DocumentSelectionMark>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DocumentSelectionMark>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DocumentSelectionMark>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DocumentSelectionMark>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET