SuggestedTagAndRegion interface
Result of a suggested tags and regions request.
Properties
created | Date this prediction was created. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Prediction Id. NOTE: This property will not be serialized. It can only be populated by the server. |
iteration | Iteration Id. NOTE: This property will not be serialized. It can only be populated by the server. |
predictions | List of predictions. NOTE: This property will not be serialized. It can only be populated by the server. |
prediction |
Uncertainty (entropy) of suggested tags or regions per image. NOTE: This property will not be serialized. It can only be populated by the server. |
project | Project Id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
created
Date this prediction was created. NOTE: This property will not be serialized. It can only be populated by the server.
created?: Date
Property Value
Date
id
Prediction Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
iteration
Iteration Id. NOTE: This property will not be serialized. It can only be populated by the server.
iteration?: string
Property Value
string
predictions
List of predictions. NOTE: This property will not be serialized. It can only be populated by the server.
predictions?: Prediction[]
Property Value
predictionUncertainty
Uncertainty (entropy) of suggested tags or regions per image. NOTE: This property will not be serialized. It can only be populated by the server.
predictionUncertainty?: number
Property Value
number
project
Project Id. NOTE: This property will not be serialized. It can only be populated by the server.
project?: string
Property Value
string