AzureChatEnhancements Class

Definition

Represents the output results of Azure enhancements to chat completions, as configured via the matching input provided in the request.

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

Properties

Grounding

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

Explicit Interface Implementations

IJsonModel<AzureChatEnhancements>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureChatEnhancements>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureChatEnhancements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureChatEnhancements>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureChatEnhancements>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to