Uses of Class
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkill
Packages that use DocumentIntelligenceLayoutSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DocumentIntelligenceLayoutSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return DocumentIntelligenceLayoutSkillModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DocumentIntelligenceLayoutSkill from the JsonReader.DocumentIntelligenceLayoutSkill.setContext(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).DocumentIntelligenceLayoutSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.DocumentIntelligenceLayoutSkill.setMarkdownHeaderDepth(DocumentIntelligenceLayoutSkillMarkdownHeaderDepth markdownHeaderDepth) Set the markdownHeaderDepth property: The depth of headers in the markdown output.Set the name property: The name of the skill which uniquely identifies it within the skillset.DocumentIntelligenceLayoutSkill.setOutputMode(DocumentIntelligenceLayoutSkillOutputMode outputMode) Set the outputMode property: Controls the cardinality of the output produced by the skill.