DocumentIntelligenceLayoutSkillMarkdownHeaderDepth 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.
The depth of headers in the markdown output. Default is h6.
public readonly struct DocumentIntelligenceLayoutSkillMarkdownHeaderDepth : IEquatable<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillMarkdownHeaderDepth>
type DocumentIntelligenceLayoutSkillMarkdownHeaderDepth = struct
Public Structure DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
Implements IEquatable(Of DocumentIntelligenceLayoutSkillMarkdownHeaderDepth)
- Inheritance
-
DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
- Implements
Constructors
DocumentIntelligenceLayoutSkillMarkdownHeaderDepth(String) |
Initializes a new instance of DocumentIntelligenceLayoutSkillMarkdownHeaderDepth. |
Properties
H1 |
Header level 1. |
H2 |
Header level 2. |
H3 |
Header level 3. |
H4 |
Header level 4. |
H5 |
Header level 5. |
H6 |
Header level 6. |
Methods
Equals(DocumentIntelligenceLayoutSkillMarkdownHeaderDepth) |
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
Applies to
Azure SDK for .NET