Share via


MessageImageFileContent Class

Definition

A representation of image file content in a thread message.

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

Properties

Name Description
FileId

The ID for the file associated with this image.

Explicit Interface Implementations

Name Description
IJsonModel<MessageContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MessageContent)
IJsonModel<MessageContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MessageContent)
IJsonModel<MessageImageFileContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MessageImageFileContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MessageContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MessageContent)
IPersistableModel<MessageContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

<param name="options">The ModelReaderWriterOptions to use.</param> (Inherited from MessageContent)
IPersistableModel<MessageContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MessageContent)
IPersistableModel<MessageImageFileContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MessageImageFileContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

<param name="options">The ModelReaderWriterOptions to use.</param>
IPersistableModel<MessageImageFileContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to