Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchedByImageWithNoResults

A user searches by image via Artsy Lens and no visually similar artworks are found.

Unlike searchedWithNoResults there is no query, and there is no context_module: the search is initiated by taking a photo rather than from a module on a page.

This schema describes events sent to Segment from [[searchedByImageWithNoResults]]

example
 {
   action: "searchedByImageWithNoResults",
   context_owner_type: "searchByImage",
   photo_source: "photo_library"
 }

Hierarchy

  • SearchedByImageWithNoResults

Index

Properties

action

action: searchedByImageWithNoResults

context_owner_type

context_owner_type: searchByImage

photo_source

photo_source: "camera" | "photo_library"

Where the photo the user searched with came from

Generated using TypeDoc