AnalyzedDocument Class

Definition

An object describing the location and semantic content of a document.

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

Properties

BoundingRegions

Bounding regions covering the document.

Confidence

Confidence of correctly extracting the document.

DocType

Document type.

Fields

Dictionary of named field values.

Spans

Location of the document in the reading order concatenated content.

Explicit Interface Implementations

IJsonModel<AnalyzedDocument>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzedDocument>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzedDocument>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzedDocument>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzedDocument>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to