Class ImageGenerationCallPartialImageEvent
Inheritance
ImageGenerationCallPartialImageEvent
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ImageGenerationCallPartialImageEvent : ImageGenerationCallStateChangedEvent, ISequencableEvent, IEvent
Properties
| Edit this page View SourcePartialImageB64
The base64-encoded partial image data, suitable for rendering as an image.
Declaration
[JsonProperty("partial_image_b64")]
public string PartialImageB64 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartialImageIndex
0-based index for the partial image (backend is 1-based, but this is 0-based for the user).
Declaration
[JsonProperty("partial_image_index")]
public int PartialImageIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
| Edit this page View SourceBuildSequenceKey()
Returns the logical ordering key for this event. If null/empty -> sequencer should treat it as "no sequencing key".
Declaration
protected override string BuildSequenceKey()
Returns
| Type | Description |
|---|---|
| string |