DocumentList Class

Definition

An object representing a list in the document.

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

Properties

Items

Items in the list.

Spans

Location of the list in the reading order concatenated content.

Explicit Interface Implementations

IJsonModel<DocumentList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to