Compartir a través de


ConversationPiiOperationResult Class

Definition

Result from the personally identifiable information detection and redaction operation performed on a list of conversations.

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

Properties

LastUpdateDateTime

The last updated time in UTC for the task.

(Inherited from AnalyzeConversationOperationResult)
Name

task name.

(Inherited from AnalyzeConversationOperationResult)
Results

results.

Status

The status of the task at the mentioned last update time.

(Inherited from AnalyzeConversationOperationResult)

Explicit Interface Implementations

IJsonModel<AnalyzeConversationOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeConversationOperationResult)
IJsonModel<ConversationPiiOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationPiiOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeConversationOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AnalyzeConversationOperationResult)
IPersistableModel<ConversationPiiOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationPiiOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationPiiOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to