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

EntityMaskTypePolicyType Class

Definition

Represents the policy of masking PII with the entity type.

public class EntityMaskTypePolicyType : Azure.AI.Language.Conversations.Models.BaseRedactionPolicy, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.EntityMaskTypePolicyType>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.EntityMaskTypePolicyType>
type EntityMaskTypePolicyType = class
    inherit BaseRedactionPolicy
    interface IJsonModel<EntityMaskTypePolicyType>
    interface IPersistableModel<EntityMaskTypePolicyType>
Public Class EntityMaskTypePolicyType
Inherits BaseRedactionPolicy
Implements IJsonModel(Of EntityMaskTypePolicyType), IPersistableModel(Of EntityMaskTypePolicyType)
Inheritance
EntityMaskTypePolicyType
Implements

Constructors

EntityMaskTypePolicyType()

Initializes a new instance of EntityMaskTypePolicyType.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BaseRedactionPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from BaseRedactionPolicy)
IJsonModel<BaseRedactionPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BaseRedactionPolicy)
IJsonModel<EntityMaskTypePolicyType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EntityMaskTypePolicyType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BaseRedactionPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BaseRedactionPolicy)
IPersistableModel<BaseRedactionPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from BaseRedactionPolicy)
IPersistableModel<BaseRedactionPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BaseRedactionPolicy)
IPersistableModel<EntityMaskTypePolicyType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityMaskTypePolicyType>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EntityMaskTypePolicyType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to