ResponseImageGenCallPartialImageEvent Constructor

Definition

Initializes a new instance of ResponseImageGenCallPartialImageEvent.

public ResponseImageGenCallPartialImageEvent(long sequenceNumber, long outputIndex, string itemId, long partialImageIndex, string partialImageB64);
new Azure.AI.AgentServer.Responses.Models.ResponseImageGenCallPartialImageEvent : int64 * int64 * string * int64 * string -> Azure.AI.AgentServer.Responses.Models.ResponseImageGenCallPartialImageEvent
Public Sub New (sequenceNumber As Long, outputIndex As Long, itemId As String, partialImageIndex As Long, partialImageB64 As String)

Parameters

sequenceNumber
Int64
outputIndex
Int64

The index of the output item in the response's output array.

itemId
String

The unique identifier of the image generation item being processed.

partialImageIndex
Int64

0-based index for the partial image (backend is 1-based, but this is 0-based for the user).

partialImageB64
String

Base64-encoded partial image data, suitable for rendering as an image.

Exceptions

itemId or partialImageB64 is null.

Applies to