Uses of Class
com.azure.search.documents.indexes.models.DocumentExtractionSkill
Packages that use DocumentExtractionSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of DocumentExtractionSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return DocumentExtractionSkillModifier and TypeMethodDescriptionDocumentExtractionSkill.setConfiguration
(Map<String, Object> configuration) Set the configuration property: A dictionary of configurations for the skill.DocumentExtractionSkill.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).DocumentExtractionSkill.setDataToExtract
(String dataToExtract) Set the dataToExtract property: The type of data to be extracted for the skill.DocumentExtractionSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.Set the name property: The name of the skill which uniquely identifies it within the skillset.DocumentExtractionSkill.setParsingMode
(String parsingMode) Set the parsingMode property: The parsingMode for the skill.