AutoBE
    Preparing search index...

    Bounded image chunk.

    interface Chunk {
        height?: number & Type<"uint32">;
        locator: AutoBeUserMessageImageContentMetadata.Locator;
        reference: string;
        type: "imageChunk";
        width?: number & Type<"uint32">;
    }
    Index

    Properties

    height?: number & Type<"uint32">

    Rendered height in pixels.

    Locator used to produce this chunk.

    reference: string

    Prompt-safe model-facing image reference.

    type: "imageChunk"

    Chunk result discriminator.

    width?: number & Type<"uint32">

    Rendered width in pixels.