Uses of Class
com.azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillExtractionOptions
Packages that use DocumentIntelligenceLayoutSkillExtractionOptions
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of DocumentIntelligenceLayoutSkillExtractionOptions in com.azure.search.documents.indexes.models
Subclasses with type arguments of type DocumentIntelligenceLayoutSkillExtractionOptions in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classControls the cardinality of the content extracted from the document by the skill.Fields in com.azure.search.documents.indexes.models declared as DocumentIntelligenceLayoutSkillExtractionOptionsModifier and TypeFieldDescriptionstatic final DocumentIntelligenceLayoutSkillExtractionOptionsDocumentIntelligenceLayoutSkillExtractionOptions.IMAGESSpecify that image content should be extracted from the document.static final DocumentIntelligenceLayoutSkillExtractionOptionsDocumentIntelligenceLayoutSkillExtractionOptions.LOCATION_METADATASpecify that location metadata should be extracted from the document.Methods in com.azure.search.documents.indexes.models that return DocumentIntelligenceLayoutSkillExtractionOptionsModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkillExtractionOptions.fromString(String name) Creates or finds a DocumentIntelligenceLayoutSkillExtractionOptions from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type DocumentIntelligenceLayoutSkillExtractionOptionsModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkill.getExtractionOptions()Get the extractionOptions property: Controls the cardinality of the content extracted from the document by the skill.DocumentIntelligenceLayoutSkillExtractionOptions.values()Gets known DocumentIntelligenceLayoutSkillExtractionOptions values.Method parameters in com.azure.search.documents.indexes.models with type arguments of type DocumentIntelligenceLayoutSkillExtractionOptionsModifier and TypeMethodDescriptionDocumentIntelligenceLayoutSkill.setExtractionOptions(List<DocumentIntelligenceLayoutSkillExtractionOptions> extractionOptions) Set the extractionOptions property: Controls the cardinality of the content extracted from the document by the skill.