Class ResponseImageGenerationCallEvent
public class ResponseImageGenerationCallEvent : ResponseStreamEvent<ItemStatus>
- Inheritance
-
objectResponseImageGenerationCallEvent
- Inherited Members
Properties
ItemId
The ID of the output item that the image generation call is associated with.
public string ItemId { get; set; }
Property Value
- string
OutputIndex
The index of the output item.
public int OutputIndex { get; set; }
Property Value
- int
PartialImageB64
The base64-encoded partial image data, suitable for rendering as an image.
public string PartialImageB64 { get; set; }
Property Value
- string
PartialImageIndex
0-based index for the partial image (backend is 1-based, but this is 0-based for the user).
public int PartialImageIndex { get; set; }
Property Value
- int