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

DocumentTableCellKind Struct

Definition

Table cell kind.

public readonly struct DocumentTableCellKind : IEquatable<Azure.AI.DocumentIntelligence.DocumentTableCellKind>
type DocumentTableCellKind = struct
Public Structure DocumentTableCellKind
Implements IEquatable(Of DocumentTableCellKind)
Inheritance
DocumentTableCellKind
Implements

Constructors

DocumentTableCellKind(String)

Initializes a new instance of DocumentTableCellKind.

Properties

ColumnHeader

Describes the content of the column.

Content

Contains the main content/data.

Description

Describes the content in (parts of) the table.

RowHeader

Describes the content of the row.

StubHead

Describes the row headers, usually located at the top left corner of a table.

Methods

Equals(DocumentTableCellKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DocumentTableCellKind, DocumentTableCellKind)

Determines if two DocumentTableCellKind values are the same.

Implicit(String to DocumentTableCellKind)

Converts a string to a DocumentTableCellKind.

Inequality(DocumentTableCellKind, DocumentTableCellKind)

Determines if two DocumentTableCellKind values are not the same.

Applies to