Partager via


PiiActionContent.RedactionPolicy Property

Definition

RedactionPolicy to be used on the input. Please note BaseRedactionPolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CharacterMaskPolicyType, EntityMaskPolicyType and NoMaskPolicyType.

public Azure.AI.Language.Text.BaseRedactionPolicy RedactionPolicy { get; set; }
member this.RedactionPolicy : Azure.AI.Language.Text.BaseRedactionPolicy with get, set
Public Property RedactionPolicy As BaseRedactionPolicy

Property Value

Applies to