DocumentTableCellKind Struct

Definition

Table cell kind.

public readonly struct DocumentTableCellKind : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.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