Class ImageGenerationOutput
An image generation request made by the model.
public class ImageGenerationOutput : ToolOutput, IPrompt
- Inheritance
-
objectImageGenerationOutput
- 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