Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerSkill
Packages that use SearchIndexerSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerSkill in com.azure.search.documents.indexes.models
Subclasses of SearchIndexerSkill in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal class
The AML skill allows you to extend AI enrichment with a custom Azure Machine Learning (AML) model.final class
A skill that enables scenarios that require a Boolean operation to determine the data to assign to an output.final class
A skill looks for text from a custom, user-defined list of words and phrases.final class
A skill that extracts content from a file within the enrichment pipeline.final class
Using the Text Analytics API, extracts linked entities from text.final class
Text analytics entity recognition.final class
A skill that analyzes image files.final class
A skill that uses text analytics for key phrase extraction.final class
A skill that detects the language of input text and reports a single language code for every document submitted on the request.final class
A skill for merging two or more strings into a single unified string, with an optional user-defined delimiter separating each component part.final class
A skill that extracts text from image files.final class
Using the Text Analytics API, extracts personal information from an input text and gives you the option of masking it.final class
Text analytics positive-negative sentiment analysis, scored as a floating point value in a range of zero to 1.final class
A skill for reshaping the outputs.final class
A skill to split a string into chunks of text.final class
A skill to translate text from one language to another.final class
A skill that can call a Web API endpoint, allowing you to extend a skillset by having it call your custom code.Methods in com.azure.search.documents.indexes.models that return SearchIndexerSkillModifier and TypeMethodDescriptionSearchIndexerSkill.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).SearchIndexerSkill.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.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SearchIndexerSkillModifier and TypeMethodDescriptionSearchIndexerSkillset.getSkills()
Get the skills property: A list of skills in the skillset.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerSkillModifier and TypeMethodDescriptionSearchIndexerSkillset.setSkills
(SearchIndexerSkill... skills) Sets the skills property: A list of skills in the skillset.Method parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexerSkillModifier and TypeMethodDescriptionSearchIndexerSkillset.setSkills
(List<SearchIndexerSkill> skills) Sets the skills property: A list of skills in the skillset.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexerSkillModifierConstructorDescriptionSearchIndexerSkillset
(String name, List<SearchIndexerSkill> skills) Creates an instance of SearchIndexerSkillset class.