Share via


DocumentDetails Class

Definition

Details of a single document in a job.

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

Properties

Error

Error when document fails.

Id

Id of the document details.

Input

Location for the input.

Output

Location for the output.

Status

Status of the document.

Explicit Interface Implementations

IJsonModel<DocumentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to