Interface ImageIndexResult

Result of indexing an image into the vector store.

See

ImageIndexOptions for the input shape.

interface ImageIndexResult {
    id: string;
    description: string;
}

Properties

Properties

id: string

Unique document ID in the vector store.

description: string

Vision LLM-generated description of the image.