ImageBlockDelta

A streaming delta event that contains incremental image data during streaming responses.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error information if this image delta could not be processed.

Link copied to clipboard

The incremental image source data for this delta event.

Functions

Link copied to clipboard
inline fun copy(block: ImageBlockDelta.Builder.() -> Unit = {}): ImageBlockDelta
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String