AzureGroundingEnhancementLine Class

Definition

A content line object consisting of an adjacent sequence of content elements, such as words and selection marks.

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

Properties

Spans

An array of spans that represent detected objects and its bounding box information.

Text

The text within the line.

Explicit Interface Implementations

IJsonModel<AzureGroundingEnhancementLine>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureGroundingEnhancementLine>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureGroundingEnhancementLine>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureGroundingEnhancementLine>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureGroundingEnhancementLine>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to