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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET