你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.DocumentIntelligence.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. |