Uses of Class
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillOutputFormat
Packages that use DocumentIntelligenceLayoutSkillOutputFormat
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DocumentIntelligenceLayoutSkillOutputFormat in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as DocumentIntelligenceLayoutSkillOutputFormatModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillOutputFormatDocumentIntelligenceLayoutSkillOutputFormat.MARKDOWNSpecify the format of the output as markdown.static final DocumentIntelligenceLayoutSkillOutputFormatDocumentIntelligenceLayoutSkillOutputFormat.TEXTSpecify the format of the output as text.Methods in com.azure.search.documents.indexes.models that return DocumentIntelligenceLayoutSkillOutputFormatModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillOutputFormat.fromString(String name) Creates or finds a DocumentIntelligenceLayoutSkillOutputFormat from its string representation.DocumentIntelligenceLayoutSkill.getOutputFormat()Get the outputFormat property: Controls the cardinality of the output format.Methods in com.azure.search.documents.indexes.models that return types with arguments of type DocumentIntelligenceLayoutSkillOutputFormatModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillOutputFormat.values()Gets known DocumentIntelligenceLayoutSkillOutputFormat values.Methods in com.azure.search.documents.indexes.models with parameters of type DocumentIntelligenceLayoutSkillOutputFormatModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkill.setOutputFormat(DocumentIntelligenceLayoutSkillOutputFormat outputFormat) Set the outputFormat property: Controls the cardinality of the output format.