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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET