你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |