Reports
Methods allow you to get list of available reports, view information about them, and update them forcibly.
The type of the report in the response to the request is specified in the type field. Depending on the type of report, the contents of the JSON object in the response will be different.
FACING_COUNT
FACING_COUNT report provides information on all distinct SKU recognized in the scene with facing count and share of the shelf (measured as a fraction of facings). Use facing count report to measure share of shelf and share of assortment KPIs.
Master data: none.
JSON example
SHARE_OF_SPACE
SHARE_OF_SPACE report provides information about the fraction of facing count and facing width for every recognized SKU.
Master data: none.
JSON example
REALOGRAM
REALOGRAM report provides detailed "raw" data on coordinates and size in pixels for products and shelves recognized in images of the scene. In the report, the coordinates of the SKUs are relative to the upper-left corner of the corresponding image. "x", "y" are the coordinates of the center of the rectangle describing the product (bounding box). "h", "w" are height and width of this rectangle.
If scene images overlap, some products could be detected in several distinct images. In this case, all but one corresponding annotation will have the "duplicate" field set to "true".
Shelf annotation specifies the start (x1, y1) and end coordinates.
Master data: none.
JSON example
PRICE_TAGS
Provides a relation between SKU and prices as determined based on recognized price tags.
Master data: none.
JSON example
MHL_COMPLIANCE
Compares assortment of SKU recognized in the scene with a pre-defined must-have list.
Master data: Must-have list (MHL).
JSON example
PLANOGRAM_COMPLIANCE
Provides detailed planogram compliance status and the list of actions required. Aggregated planogram compliance is measured as a fraction of correctly placed faces.
Master data: planogram.
JSON example
PANORAMA
Provides panoramic images stitched from the images of the scene. Note that it is not guaranteed that the whole scene will be stitched to the single panorama, therefore the report format provides a list of stitched images.
Master data: none.
JSON example