DocumentTableCell Class

Definition

An object representing the location and content of a table cell.

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

Properties

BoundingRegions

Bounding regions covering the table cell.

ColumnIndex

Column index of the cell.

ColumnSpan

Number of columns spanned by this cell.

Content

Concatenated content of the table cell in reading order.

Elements

Child elements of the table cell.

Kind

Table cell kind.

RowIndex

Row index of the cell.

RowSpan

Number of rows spanned by this cell.

Spans

Location of the table cell in the reading order concatenated content.

Explicit Interface Implementations

IJsonModel<DocumentTableCell>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentTableCell>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentTableCell>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentTableCell>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentTableCell>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to