LookingSimilarModel enum
Looking similar model. This model recommends items that look similar to the item with the ID objectID
based on image attributes in your index.
Values
- lookingSimilar → const LookingSimilarModel
-
const LookingSimilarModel(r'looking-similar')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → LookingSimilarModel
Constants
-
values
→ const List<
LookingSimilarModel> - A constant List of the values in this enum, in order of their declaration.