DocumentParagraph Class

Definition

A paragraph object consisting with contiguous lines generally with common alignment and spacing.

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

Properties

BoundingRegions

Bounding regions covering the paragraph.

Content

Concatenated content of the paragraph in reading order.

Role

Semantic role of the paragraph.

Spans

Location of the paragraph in the reading order concatenated content.

Explicit Interface Implementations

IJsonModel<DocumentParagraph>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentParagraph>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentParagraph>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentParagraph>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentParagraph>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to