CheckProductRealWorldResponse
data_available_collectible object
Boolean indicating whether data is available and collectible for the product
- boolean
- null
boolean
measurable_attributes object
Boolean indicating whether the product has measurable attributes
- boolean
- null
boolean
product_existsProduct Existsrequired
Boolean indicating whether the product exists in the real world
scoreScore
Confidence score of the model in predicting the existence of the product
Possible values: >= 0 and <= 5
specific_levels_definable object
Boolean indicating whether the product has specific levels definable
- boolean
- null
boolean
CheckProductRealWorldResponse
{
"data_available_collectible": true,
"measurable_attributes": true,
"product_exists": true,
"score": 3,
"specific_levels_definable": true
}