Share via


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

Name Description
DocumentFormulaKind(String)

Initializes a new instance of DocumentFormulaKind.

Properties

Name Description
Display

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

Inline

A formula embedded within the content of a paragraph.

Methods

Name Description
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

Name Description
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