IntelligenceX
Class

EasyImage

Namespace IntelligenceX.OpenAI
Assembly IntelligenceX
Modifiers sealed

Represents an image output from a chat call.

Inheritance

  • Object
  • EasyImage

Constructors

public EasyImage(String url, String path, String base64, String mimeType) #

Initializes a new image output.

Parameters

url System.String
path System.String
base64 System.String
mimeType System.String

Properties

public String Url { get; } #

Gets the image URL when available.

public String Path { get; } #

Gets the local file path when available.

public String Base64 { get; } #

Gets the base64 payload when provided.

public String MimeType { get; } #

Gets the mime type when available.