DocumentIntelligenceWarning Class

Definition

The error object.

public class DocumentIntelligenceWarning : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentIntelligenceWarning>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentIntelligenceWarning>
type DocumentIntelligenceWarning = class
    interface IJsonModel<DocumentIntelligenceWarning>
    interface IPersistableModel<DocumentIntelligenceWarning>
Public Class DocumentIntelligenceWarning
Implements IJsonModel(Of DocumentIntelligenceWarning), IPersistableModel(Of DocumentIntelligenceWarning)
Inheritance
DocumentIntelligenceWarning
Implements

Properties

Code

One of a server-defined set of warning codes.

Message

A human-readable representation of the warning.

Target

The target of the error.

Explicit Interface Implementations

IJsonModel<DocumentIntelligenceWarning>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentIntelligenceWarning>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentIntelligenceWarning>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentIntelligenceWarning>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentIntelligenceWarning>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to