AzureChatOCREnhancementConfiguration Class

Definition

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

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

Constructors

AzureChatOCREnhancementConfiguration(Boolean)

Initializes a new instance of AzureChatOCREnhancementConfiguration.

Properties

Enabled

Specifies whether the enhancement is enabled.

Explicit Interface Implementations

IJsonModel<AzureChatOCREnhancementConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureChatOCREnhancementConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureChatOCREnhancementConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureChatOCREnhancementConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureChatOCREnhancementConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to