AzureGroundingEnhancementCoordinatePoint Class

Definition

A representation of a single polygon point as used by the Azure grounding enhancement.

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

Properties

X

The x-coordinate (horizontal axis) of the point.

Y

The y-coordinate (vertical axis) of the point.

Explicit Interface Implementations

IJsonModel<AzureGroundingEnhancementCoordinatePoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureGroundingEnhancementCoordinatePoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureGroundingEnhancementCoordinatePoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureGroundingEnhancementCoordinatePoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureGroundingEnhancementCoordinatePoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to