call abstract method

TRes call({
  1. bool? duplicated,
  2. int? distance,
  3. bool? phash,
  4. bool? url,
  5. bool? stash_id,
  6. bool? title,
})

Implementation

TRes call({
  bool? duplicated,
  int? distance,
  bool? phash,
  bool? url,
  bool? stash_id,
  bool? title,
});