Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Prediction

Package version

Prediction result.

Hierarchy

  • Prediction

Index

Properties

Optional boundingBox

boundingBox: BoundingBox

Bounding box of the prediction. NOTE: This property will not be serialized. It can only be populated by the server.

Optional probability

probability: undefined | number

Probability of the tag. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tagId

tagId: undefined | string

Id of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tagName

tagName: undefined | string

Name of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc