SemanticRole 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 SemanticRole : IEquatable<Azure.AI.ContentUnderstanding.SemanticRole>
type SemanticRole = struct
Public Structure SemanticRole
Implements IEquatable(Of SemanticRole)
- Inheritance
-
SemanticRole
- Implements
Constructors
| Name | Description |
|---|---|
| SemanticRole(String) |
Initializes a new instance of SemanticRole. |
Properties
| Name | Description |
|---|---|
| Footnote |
Note usually placed after the main content on a page. |
| FormulaBlock |
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
| Name | Description |
|---|---|
| Equals(SemanticRole) |
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(SemanticRole, SemanticRole) |
Determines if two SemanticRole values are the same. |
| Implicit(String to Nullable<SemanticRole>) | |
| Implicit(String to SemanticRole) |
Converts a string to a SemanticRole. |
| Inequality(SemanticRole, SemanticRole) |
Determines if two SemanticRole values are not the same. |