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
Subclasses with type arguments of type DocumentIntelligenceLayoutSkillOutputMode in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classControls the cardinality of the output produced by the skill.Fields in com.azure.search.documents.indexes.models declared as DocumentIntelligenceLayoutSkillOutputModeModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillOutputModeDocumentIntelligenceLayoutSkillOutputMode.ONE_TO_MANYSpecify that the output should be parsed as 'oneToMany'.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.