Uses of Class
com.azure.search.documents.indexes.models.SplitSkill
Packages that use SplitSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SplitSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SplitSkillModifier and TypeMethodDescriptionstatic SplitSkillSplitSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SplitSkill from the JsonReader.SplitSkill.setAzureOpenAITokenizerParameters(AzureOpenAITokenizerParameters azureOpenAITokenizerParameters) Set the azureOpenAITokenizerParameters property: Only applies if the unit is set to azureOpenAITokens.SplitSkill.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).SplitSkill.setDefaultLanguageCode(SplitSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.SplitSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.SplitSkill.setMaximumPageLength(Integer maximumPageLength) Set the maximumPageLength property: The desired maximum page length.SplitSkill.setMaximumPagesToTake(Integer maximumPagesToTake) Set the maximumPagesToTake property: Only applicable when textSplitMode is set to 'pages'.Set the name property: The name of the skill which uniquely identifies it within the skillset.SplitSkill.setPageOverlapLength(Integer pageOverlapLength) Set the pageOverlapLength property: Only applicable when textSplitMode is set to 'pages'.SplitSkill.setTextSplitMode(TextSplitMode textSplitMode) Set the textSplitMode property: A value indicating which split mode to perform.SplitSkill.setUnit(SplitSkillUnit unit) Set the unit property: Only applies if textSplitMode is set to pages.