Uses of Class
com.azure.search.documents.indexes.models.ContentUnderstandingSkillExtractionOptions
Packages that use ContentUnderstandingSkillExtractionOptions
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ContentUnderstandingSkillExtractionOptions in com.azure.search.documents.indexes.models
Subclasses with type arguments of type ContentUnderstandingSkillExtractionOptions 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 ContentUnderstandingSkillExtractionOptionsModifier and TypeFieldDescriptionstatic final ContentUnderstandingSkillExtractionOptionsContentUnderstandingSkillExtractionOptions.IMAGESSpecify that image content should be extracted from the document.static final ContentUnderstandingSkillExtractionOptionsContentUnderstandingSkillExtractionOptions.LOCATION_METADATASpecify that location metadata should be extracted from the document.Methods in com.azure.search.documents.indexes.models that return ContentUnderstandingSkillExtractionOptionsModifier and TypeMethodDescriptionContentUnderstandingSkillExtractionOptions.fromString(String name) Creates or finds a ContentUnderstandingSkillExtractionOptions from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type ContentUnderstandingSkillExtractionOptionsModifier and TypeMethodDescriptionContentUnderstandingSkill.getExtractionOptions()Get the extractionOptions property: Controls the cardinality of the content extracted from the document by the skill.ContentUnderstandingSkillExtractionOptions.values()Gets known ContentUnderstandingSkillExtractionOptions values.Method parameters in com.azure.search.documents.indexes.models with type arguments of type ContentUnderstandingSkillExtractionOptionsModifier and TypeMethodDescriptionContentUnderstandingSkill.setExtractionOptions(List<ContentUnderstandingSkillExtractionOptions> extractionOptions) Set the extractionOptions property: Controls the cardinality of the content extracted from the document by the skill.