SongGuess
    Preparing search index...

    A set of matching VectorizeMatch for a particular query.

    interface VectorizeMatches {
        count: number;
        matches: VectorizeMatch[];
    }
    Index

    Properties

    Properties

    count: number
    matches: VectorizeMatch[]