ReferenceImage represents a product image and its associated metadata, such as bounding boxes.{
"boundingPolys": [
{
"normalizedVertices": [
{
"x": 0,
"y": 0
}
],
"vertices": [
{
"x": 0,
"y": 0
}
]
}
],
"name": "string",
"uri": "string"
}