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

DocumentTable Class

Definition

A table object consisting table cells arranged in a rectangular layout.

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

Properties

BoundingRegions

Bounding regions covering the table.

Caption

Caption associated with the table.

Cells

Cells contained within the table.

ColumnCount

Number of columns in the table.

Footnotes

List of footnotes associated with the table.

RowCount

Number of rows in the table.

Spans

Location of the table in the reading order concatenated content.

Explicit Interface Implementations

IJsonModel<DocumentTable>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentTable>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentTable>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentTable>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentTable>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to