Uses of Class
com.azure.search.documents.indexes.models.ContentUnderstandingSkill
Packages that use ContentUnderstandingSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ContentUnderstandingSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ContentUnderstandingSkillModifier and TypeMethodDescriptionstatic ContentUnderstandingSkillContentUnderstandingSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContentUnderstandingSkill from the JsonReader.ContentUnderstandingSkill.setChunkingProperties(ContentUnderstandingSkillChunkingProperties chunkingProperties) Set the chunkingProperties property: Controls the cardinality for chunking the content.ContentUnderstandingSkill.setContext(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).ContentUnderstandingSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.ContentUnderstandingSkill.setExtractionOptions(List<ContentUnderstandingSkillExtractionOptions> extractionOptions) Set the extractionOptions property: Controls the cardinality of the content extracted from the document by the skill.Set the name property: The name of the skill which uniquely identifies it within the skillset.