DocumentFootnote Class

Definition

A footnote object describing a table or figure.

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

Properties

BoundingRegions

Bounding regions covering the footnote.

Content

Content of the footnote.

Elements

Child elements of the footnote.

Spans

Location of the footnote in the reading order concatenated content.

Explicit Interface Implementations

IJsonModel<DocumentFootnote>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentFootnote>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentFootnote>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentFootnote>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentFootnote>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to