Delen via


DocumentIntelligenceLayoutSkillMarkdownHeaderDepth Struct

Definition

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

Equality(DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth)

Determines if two DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values are the same.

Implicit(String to DocumentIntelligenceLayoutSkillMarkdownHeaderDepth)

Converts a String to a DocumentIntelligenceLayoutSkillMarkdownHeaderDepth.

Inequality(DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, DocumentIntelligenceLayoutSkillMarkdownHeaderDepth)

Determines if two DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values are not the same.

Applies to