DetectedBrand interface
A brand detected in an image.
Properties
| confidence | Confidence score of having observed the brand in the image, as a value ranging from 0 to 1. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Label for the brand. NOTE: This property will not be serialized. It can only be populated by the server. |
| rectangle | Approximate location of the detected brand. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
confidence
Confidence score of having observed the brand in the image, as a value ranging from 0 to 1. NOTE: This property will not be serialized. It can only be populated by the server.
confidence?: undefined | number
Property Value
undefined | number
name
Label for the brand. NOTE: This property will not be serialized. It can only be populated by the server.
name?: undefined | string
Property Value
undefined | string
rectangle
Approximate location of the detected brand. NOTE: This property will not be serialized. It can only be populated by the server.
rectangle?: BoundingRect