DocumentFigure Class

Definition

An object representing a figure in the document.

public class DocumentFigure : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentFigure>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentFigure>
type DocumentFigure = class
    interface IJsonModel<DocumentFigure>
    interface IPersistableModel<DocumentFigure>
Public Class DocumentFigure
Implements IJsonModel(Of DocumentFigure), IPersistableModel(Of DocumentFigure)
Inheritance
DocumentFigure
Implements

Properties

BoundingRegions

Bounding regions covering the figure.

Caption

Caption associated with the figure.

Elements

Child elements of the figure, excluding any caption or footnotes.

Footnotes

List of footnotes associated with the figure.

Spans

Location of the figure in the reading order concatenated content.

Explicit Interface Implementations

IJsonModel<DocumentFigure>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DocumentFigure>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentFigure>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentFigure>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DocumentFigure>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to