IntelligenceX

API Reference

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 requiredposition: 0
path System.String requiredposition: 1
base64 System.String requiredposition: 2
mimeType System.String requiredposition: 3

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.