Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectedBrand

Package version

A brand detected in an image.

Hierarchy

  • DetectedBrand

Index

Properties

Optional confidence

confidence: undefined | number

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.

Optional name

name: undefined | string

Label for the brand. NOTE: This property will not be serialized. It can only be populated by the server.

Optional rectangle

rectangle: BoundingRect

Approximate location of the detected brand. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc