Share via


DeidentificationDocumentDetails Class

Definition

Details of a single document in a job.

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

Properties

Error

Error when document fails.

Id

Id of the document details.

InputLocation

Location for the input.

OutputLocation

Location for the output.

Status

Status of the document.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeidentificationDocumentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeidentificationDocumentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeidentificationDocumentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeidentificationDocumentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeidentificationDocumentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to