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?: number
Property Value
number
tagId
Id of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server.
tagId?: string
Property Value
string
tagName
Name of the predicted tag. NOTE: This property will not be serialized. It can only be populated by the server.
tagName?: string
Property Value
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