Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerSkill
Packages that use SearchIndexerSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerSkill in com.azure.search.documents.indexes.models
Subclasses of SearchIndexerSkill in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe AML skill allows you to extend AI enrichment with a custom Azure Machine Learning (AML) model.final classAllows you to generate a vector embedding for a given text input using the Azure OpenAI resource.final classA skill that enables scenarios that require a Boolean operation to determine the data to assign to an output.final classA skill looks for text from a custom, user-defined list of words and phrases.final classA skill that extracts content from a file within the enrichment pipeline.final classA skill that extracts content and layout information (as markdown), via Azure AI Services, from files within the enrichment pipeline.final classUsing the Text Analytics API, extracts linked entities from text.final classText analytics entity recognition.final classA skill that analyzes image files.final classA skill that uses text analytics for key phrase extraction.final classA skill that detects the language of input text and reports a single language code for every document submitted on the request.final classA skill for merging two or more strings into a single unified string, with an optional user-defined delimiter separating each component part.final classA skill that extracts text from image files.final classUsing the Text Analytics API, extracts personal information from an input text and gives you the option of masking it.final classText analytics positive-negative sentiment analysis, scored as a floating point value in a range of zero to 1.final classA skill for reshaping the outputs.final classA skill to split a string into chunks of text.final classA skill to translate text from one language to another.final classAllows you to generate a vector embedding for a given image or text input using the Azure AI Services Vision Vectorize API.final classA 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 TypeMethodDescriptionstatic SearchIndexerSkillSearchIndexerSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerSkill from the JsonReader.SearchIndexerSkill.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) Set 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) Set 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.