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.

Inheritance
Annotations
  • @JsonEnum(valueField: 'raw')

Constructors

LookingSimilarModel(dynamic raw)
const

Values

lookingSimilar → const LookingSimilarModel
const LookingSimilarModel(r'looking-similar')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
raw → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.