Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
VectorizeMatches
Interface VectorizeMatches
A set of vector
VectorizeMatch
for a particular query.
interface
VectorizeMatches
{
count
:
number
;
matches
:
VectorizeMatch
[]
;
}
Index
Properties
count
matches
Properties
count
count
:
number
matches
matches
:
VectorizeMatch
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
count
matches
@cloudflare/workers-types
Loading...
A set of vector VectorizeMatch for a particular query.