VectorQuery extension type
A query that finds the document whose vector fields are closest to a certain vector.
- on
- Implemented types
- Available extensions
Properties
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