Uses of Class
com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill
Packages that use KeyPhraseExtractionSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KeyPhraseExtractionSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return KeyPhraseExtractionSkillModifier and TypeMethodDescriptionstatic KeyPhraseExtractionSkillKeyPhraseExtractionSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyPhraseExtractionSkill from the JsonReader.KeyPhraseExtractionSkill.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).KeyPhraseExtractionSkill.setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.KeyPhraseExtractionSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.KeyPhraseExtractionSkill.setMaxKeyPhraseCount(Integer maxKeyPhraseCount) Set the maxKeyPhraseCount property: A number indicating how many key phrases to return.KeyPhraseExtractionSkill.setModelVersion(String modelVersion) Set the modelVersion property: The version of the model to use when calling the Text Analytics service.Set the name property: The name of the skill which uniquely identifies it within the skillset.