Table of Contents

Class ImageReference

Namespace
Glitch9.AIDevKit

A reference to an image, either by file ID or base64-encoded data.

public class ImageReference
Inheritance
object
ImageReference

Properties

FileId

Optional. File ID for this image.

public string FileId { get; set; }

Property Value

string

ImageUrl

Optional. Base64-encoded image.

public string ImageUrl { get; set; }

Property Value

string