@squidcloud/client
    Preparing search index...

    Interface ContextImageFailure

    An image whose description failed during ingestion: the context is stored without that image's chunk.

    interface ContextImageFailure {
        errorMessage: string;
        imageId: string;
        pageIndex: number;
    }
    Index
    errorMessage: string

    Why describing the image failed.

    imageId: string

    Extraction-assigned id of the image within the document.

    pageIndex: number

    Zero-based index of the page carrying the image.