@viviedu/applet-sdk
    Preparing search index...

    Type Alias ImageEmbeddingRef

    A handle to an image embedded on the box, valid only for the model it was created for.

    type ImageEmbeddingRef = {
        model: Model;
        ref: string;
    }
    Index

    Properties

    Properties

    model: Model

    The model the image was embedded for.

    ref: string

    The box's handle for the embedding.