AzureGroundingEnhancement Class

Definition

The grounding enhancement that returns the bounding box of the objects detected in the image.

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

Properties

Lines

The lines of text detected by the grounding enhancement.

Explicit Interface Implementations

IJsonModel<AzureGroundingEnhancement>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureGroundingEnhancement>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureGroundingEnhancement>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureGroundingEnhancement>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureGroundingEnhancement>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to