DocumentFormulaKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formula kind.
public readonly struct DocumentFormulaKind : IEquatable<Azure.AI.DocumentIntelligence.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
Azure SDK for .NET