Class DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth>
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
extends com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth>
The depth of headers in the markdown output. Default is h6.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthHeader level 1.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthHeader level 2.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthHeader level 3.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthHeader level 4.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthHeader level 5.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthHeader level 6. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a DocumentIntelligenceLayoutSkillMarkdownHeaderDepth from its string representation.values()Gets known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
H1
Header level 1. -
H2
Header level 2. -
H3
Header level 3. -
H4
Header level 4. -
H5
Header level 5. -
H6
Header level 6.
-
-
Constructor Details
-
DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
Deprecated.Use thefromString(String)factory method.Creates a new instance of DocumentIntelligenceLayoutSkillMarkdownHeaderDepth value.
-
-
Method Details
-
fromString
Creates or finds a DocumentIntelligenceLayoutSkillMarkdownHeaderDepth from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DocumentIntelligenceLayoutSkillMarkdownHeaderDepth.
-
values
Gets known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.- Returns:
- known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.
-
fromString(String)factory method.