DocumentFormulaKind Struct

Definition

Formula kind.

public readonly struct DocumentFormulaKind : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFormulaKind>
type DocumentFormulaKind = struct
Public Structure DocumentFormulaKind
Implements IEquatable(Of DocumentFormulaKind)
Inheritance
DocumentFormulaKind
Implements

Constructors

DocumentFormulaKind(String)

Initializes a new instance of DocumentFormulaKind.

Properties

Display

A formula in display mode that takes up an entire line.

Inline

A formula embedded within the content of a paragraph.

Methods

Equals(DocumentFormulaKind)

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(DocumentFormulaKind, DocumentFormulaKind)

Determines if two DocumentFormulaKind values are the same.

Implicit(String to DocumentFormulaKind)

Converts a string to a DocumentFormulaKind.

Inequality(DocumentFormulaKind, DocumentFormulaKind)

Determines if two DocumentFormulaKind values are not the same.

Applies to