Prediction interface
Prediction result.
Properties
| bounding |
Bounding box of the prediction. NOTE: This property will not be serialized. It can only be populated by the server. |
| probability | Probability of the tag. NOTE: This property will not be serialized. It can only be populated by the server. |
| tag |
Id of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server. |
| tag |
Name of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server. |
| tag |
Type of the predicted tag. Possible values include: 'Regular', 'Negative', 'GeneralProduct' NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
boundingBox
Bounding box of the prediction. NOTE: This property will not be serialized. It can only be populated by the server.
boundingBox?: BoundingBox
Property Value
probability
Probability of the tag. NOTE: This property will not be serialized. It can only be populated by the server.
probability?: undefined | number
Property Value
undefined | number
tagId
Id of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server.
tagId?: undefined | string
Property Value
undefined | string
tagName
Name of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server.
tagName?: undefined | string
Property Value
undefined | string
tagType
Type of the predicted tag. Possible values include: 'Regular', 'Negative', 'GeneralProduct' NOTE: This property will not be serialized. It can only be populated by the server.
tagType?: TagType