AzureChatEnhancementConfiguration Class

Definition

A representation of the available Azure OpenAI enhancement configurations.

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

Constructors

AzureChatEnhancementConfiguration()

Initializes a new instance of AzureChatEnhancementConfiguration.

Properties

Grounding

A representation of the available options for the Azure OpenAI grounding enhancement.

Ocr

A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.

Explicit Interface Implementations

IJsonModel<AzureChatEnhancementConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureChatEnhancementConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureChatEnhancementConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureChatEnhancementConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureChatEnhancementConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to