Uses of Class
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillOutputMode
Packages that use DocumentIntelligenceLayoutSkillOutputMode
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DocumentIntelligenceLayoutSkillOutputMode in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as DocumentIntelligenceLayoutSkillOutputModeModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillOutputModeDocumentIntelligenceLayoutSkillOutputMode.ONE_TO_MANYSpecify the deepest markdown header section to parse.Methods in com.azure.search.documents.indexes.models that return DocumentIntelligenceLayoutSkillOutputModeModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillOutputMode.fromString(String name) Creates or finds a DocumentIntelligenceLayoutSkillOutputMode from its string representation.DocumentIntelligenceLayoutSkill.getOutputMode()Get the outputMode property: Controls the cardinality of the output produced by the skill.Methods in com.azure.search.documents.indexes.models that return types with arguments of type DocumentIntelligenceLayoutSkillOutputModeModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillOutputMode.values()Gets known DocumentIntelligenceLayoutSkillOutputMode values.Methods in com.azure.search.documents.indexes.models with parameters of type DocumentIntelligenceLayoutSkillOutputModeModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkill.setOutputMode(DocumentIntelligenceLayoutSkillOutputMode outputMode) Set the outputMode property: Controls the cardinality of the output produced by the skill.