VectorQuery extension type

A query that finds the document whose vector fields are closest to a certain vector.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
query Query
The query whose results participants in the distance search.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get() JSPromise<VectorQuerySnapshot>
Executes this query.
isEqual(VectorQuery other) bool
Compares this object with the given object for equality.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited