Share via


DeidentificationContent Class

Definition

Request body for de-identification operation.

public class DeidentificationContent : System.ClientModel.Primitives.IJsonModel<Azure.Health.Deidentification.DeidentificationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Deidentification.DeidentificationContent>
type DeidentificationContent = class
    interface IJsonModel<DeidentificationContent>
    interface IPersistableModel<DeidentificationContent>
Public Class DeidentificationContent
Implements IJsonModel(Of DeidentificationContent), IPersistableModel(Of DeidentificationContent)
Inheritance
DeidentificationContent
Implements

Constructors

DeidentificationContent(String)

Initializes a new instance of DeidentificationContent.

Properties

Customizations

Customization parameters to override default service behaviors.

DataType

Data type of the input.

InputText

Input text to de-identify.

Operation

Operation to perform on the input.

OperationType

Operation to perform on the input documents.

RedactionFormat

Format of the redacted output. Only valid when OperationType is "Redact".

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeidentificationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeidentificationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeidentificationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeidentificationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeidentificationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to