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?: number
Property Value
number
name
Label for the brand. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
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