ParagraphRole 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.
Semantic role of the paragraph.
public readonly struct ParagraphRole : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.ParagraphRole>
type ParagraphRole = struct
Public Structure ParagraphRole
Implements IEquatable(Of ParagraphRole)
- Inheritance
-
ParagraphRole
- Implements
Constructors
ParagraphRole(String) |
Initializes a new instance of ParagraphRole. |
Properties
Footnote |
A note usually placed after the main content on a page. |
FormulaBlock |
A block of formulas, often with shared alignment. |
PageFooter |
Text near the bottom edge of the page. |
PageHeader |
Text near the top edge of the page. |
PageNumber |
Page number. |
SectionHeading |
Sub heading describing a section of the document. |
Title |
Top-level title describing the entire document. |
Methods
Equals(ParagraphRole) |
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(ParagraphRole, ParagraphRole) |
Determines if two ParagraphRole values are the same. |
Implicit(String to ParagraphRole) |
Converts a string to a ParagraphRole. |
Inequality(ParagraphRole, ParagraphRole) |
Determines if two ParagraphRole values are not the same. |
Applies to
Azure SDK for .NET