A set of vector VectorizeMatch for a particular query.

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

Properties

Properties

count: number
matches: VectorizeMatch[]