ConversationPiiItemResult 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.
The result from PII detection and redaction operation for each conversation.
public class ConversationPiiItemResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.ConversationPiiItemResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.ConversationPiiItemResult>
type ConversationPiiItemResult = class
interface IJsonModel<ConversationPiiItemResult>
interface IPersistableModel<ConversationPiiItemResult>
Public Class ConversationPiiItemResult
Implements IJsonModel(Of ConversationPiiItemResult), IPersistableModel(Of ConversationPiiItemResult)
- Inheritance
-
ConversationPiiItemResult
- Implements
Properties
Entities |
Array of Entities. |
Id |
Id of the result. |
RedactedContent |
Transcript content response that the service generates, with all necessary personally identifiable information redacted. |
Explicit Interface Implementations
IJsonModel<ConversationPiiItemResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConversationPiiItemResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConversationPiiItemResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConversationPiiItemResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConversationPiiItemResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET