Table of Contents

Class ImageGenerationOutput

Namespace
Glitch9.AIDevKit

An image generation request made by the model.

public class ImageGenerationOutput : ToolOutput, IPrompt
Inheritance
object
ImageGenerationOutput
Implements
Inherited Members
Extension Methods

Constructors

ImageGenerationOutput()

public ImageGenerationOutput()

Properties

Result

Required. The generated image encoded in base64.

public string Result { get; set; }

Property Value

string