CharacterMaskPolicyType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the policy of redacting with a redaction character.
public class CharacterMaskPolicyType : Azure.AI.Language.Text.BaseRedactionPolicy, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.CharacterMaskPolicyType>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.CharacterMaskPolicyType>
type CharacterMaskPolicyType = class
inherit BaseRedactionPolicy
interface IJsonModel<CharacterMaskPolicyType>
interface IPersistableModel<CharacterMaskPolicyType>
Public Class CharacterMaskPolicyType
Inherits BaseRedactionPolicy
Implements IJsonModel(Of CharacterMaskPolicyType), IPersistableModel(Of CharacterMaskPolicyType)
- Inheritance
- Implements
Constructors
CharacterMaskPolicyType() |
Initializes a new instance of CharacterMaskPolicyType. |
Properties
RedactionCharacter |
Optional parameter to use a Custom Character to be used for redaction in PII responses. Default character will be * as before. We allow specific ascii characters for redaction. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET