DocumentIntelligenceLayoutSkillMarkdownHeaderDepth Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
- com.
- com.
public final class DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
extends ExpandableStringEnum<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth>
The depth of headers in the markdown output. Default is h6.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Document |
H1
Header level 1. |
|
static final
Document |
H2
Header level 2. |
|
static final
Document |
H3
Header level 3. |
|
static final
Document |
H4
Header level 4. |
|
static final
Document |
H5
Header level 5. |
|
static final
Document |
H6
Header level 6. |
Constructor Summary
| Constructor | Description |
|---|---|
| DocumentIntelligenceLayoutSkillMarkdownHeaderDepth() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Document |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Document |
fromString(String name)
Creates or finds a Document |
|
static
Collection<Document |
values()
Gets known Document |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
H1
public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H1
Header level 1.
H2
public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H2
Header level 2.
H3
public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H3
Header level 3.
H4
public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H4
Header level 4.
H5
public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H5
Header level 5.
H6
public static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepth H6
Header level 6.
Constructor Details
DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
@Deprecated
public DocumentIntelligenceLayoutSkillMarkdownHeaderDepth()
Deprecated
Creates a new instance of DocumentIntelligenceLayoutSkillMarkdownHeaderDepth value.
Method Details
fromString
public static DocumentIntelligenceLayoutSkillMarkdownHeaderDepth fromString(String name)
Creates or finds a DocumentIntelligenceLayoutSkillMarkdownHeaderDepth from its string representation.
Parameters:
Returns:
values
public static Collection<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth> values()
Gets known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.
Returns: