Uses of Class
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
Packages that use DocumentIntelligenceLayoutSkillMarkdownHeaderDepth
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DocumentIntelligenceLayoutSkillMarkdownHeaderDepth in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as DocumentIntelligenceLayoutSkillMarkdownHeaderDepthModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.H1Header level 1.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.H2Header level 2.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.H3Header level 3.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.H4Header level 4.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.H5Header level 5.static final DocumentIntelligenceLayoutSkillMarkdownHeaderDepthDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.H6Header level 6.Methods in com.azure.search.documents.indexes.models that return DocumentIntelligenceLayoutSkillMarkdownHeaderDepthModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.fromString(String name) Creates or finds a DocumentIntelligenceLayoutSkillMarkdownHeaderDepth from its string representation.DocumentIntelligenceLayoutSkill.getMarkdownHeaderDepth()Get the markdownHeaderDepth property: The depth of headers in the markdown output.Methods in com.azure.search.documents.indexes.models that return types with arguments of type DocumentIntelligenceLayoutSkillMarkdownHeaderDepthModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillMarkdownHeaderDepth.values()Gets known DocumentIntelligenceLayoutSkillMarkdownHeaderDepth values.Methods in com.azure.search.documents.indexes.models with parameters of type DocumentIntelligenceLayoutSkillMarkdownHeaderDepthModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkill.setMarkdownHeaderDepth(DocumentIntelligenceLayoutSkillMarkdownHeaderDepth markdownHeaderDepth) Set the markdownHeaderDepth property: The depth of headers in the markdown output.