Uses of Class
com.azure.search.documents.indexes.models.EntityRecognitionSkill
Packages that use EntityRecognitionSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of EntityRecognitionSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return EntityRecognitionSkillModifier and TypeMethodDescriptionEntityRecognitionSkill.setCategories
(EntityCategory... categories) Set the categories property: A list of entity categories that should be extracted.EntityRecognitionSkill.setCategories
(List<EntityCategory> categories) Set the categories property: A list of entity categories that should be extracted.EntityRecognitionSkill.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).EntityRecognitionSkill.setDefaultLanguageCode
(EntityRecognitionSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.EntityRecognitionSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.EntityRecognitionSkill.setMinimumPrecision
(Double minimumPrecision) Set the minimumPrecision property: A value between 0 and 1 that be used to only include entities whose confidence score is greater than the value specified.EntityRecognitionSkill.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.EntityRecognitionSkill.setTypelessEntitiesIncluded
(Boolean includeTypelessEntities) Set the includeTypelessEntities property: Determines whether or not to include entities which are well known but don't conform to a pre-defined type.