Uses of Class
com.azure.search.documents.indexes.models.PiiDetectionSkill
Packages that use PiiDetectionSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of PiiDetectionSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return PiiDetectionSkillModifier and TypeMethodDescriptionstatic PiiDetectionSkillPiiDetectionSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PiiDetectionSkill from the JsonReader.PiiDetectionSkill.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).PiiDetectionSkill.setDefaultLanguageCode(String defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.PiiDetectionSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.Set the domain property: If specified, will set the PII domain to include only a subset of the entity categories.Set the mask property: The character used to mask the text if the maskingMode parameter is set to replace.PiiDetectionSkill.setMaskingMode(PiiDetectionSkillMaskingMode maskingMode) Set the maskingMode property: A parameter that provides various ways to mask the personal information detected in the input text.PiiDetectionSkill.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.PiiDetectionSkill.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.PiiDetectionSkill.setPiiCategories(List<String> piiCategories) Set the piiCategories property: A list of PII entity categories that should be extracted and masked.