Uses of Class
com.azure.search.documents.indexes.models.PiiDetectionSkillMaskingMode
Packages that use PiiDetectionSkillMaskingMode
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of PiiDetectionSkillMaskingMode in com.azure.search.documents.indexes.models
Subclasses with type arguments of type PiiDetectionSkillMaskingMode in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classA string indicating what maskingMode to use to mask the personal information detected in the input text.Fields in com.azure.search.documents.indexes.models declared as PiiDetectionSkillMaskingModeModifier and TypeFieldDescriptionstatic final PiiDetectionSkillMaskingModePiiDetectionSkillMaskingMode.NONENo masking occurs and the maskedText output will not be returned.static final PiiDetectionSkillMaskingModePiiDetectionSkillMaskingMode.REPLACEReplaces the detected entities with the character given in the maskingCharacter parameter.Methods in com.azure.search.documents.indexes.models that return PiiDetectionSkillMaskingModeModifier and TypeMethodDescriptionstatic PiiDetectionSkillMaskingModePiiDetectionSkillMaskingMode.fromString(String name) Creates or finds a PiiDetectionSkillMaskingMode from its string representation.PiiDetectionSkill.getMaskingMode()Get the maskingMode property: A parameter that provides various ways to mask the personal information detected in the input text.Methods in com.azure.search.documents.indexes.models that return types with arguments of type PiiDetectionSkillMaskingModeModifier and TypeMethodDescriptionPiiDetectionSkillMaskingMode.values()Gets known PiiDetectionSkillMaskingMode values.Methods in com.azure.search.documents.indexes.models with parameters of type PiiDetectionSkillMaskingModeModifier and TypeMethodDescriptionPiiDetectionSkill.setMaskingMode(PiiDetectionSkillMaskingMode maskingMode) Set the maskingMode property: A parameter that provides various ways to mask the personal information detected in the input text.