StoredSuggestedTagAndRegion interface
Result of a suggested tags and regions request of the untagged image.
Properties
created | Date this prediction was created. NOTE: This property will not be serialized. It can only be populated by the server. |
domain | Domain used for the prediction. NOTE: This property will not be serialized. It can only be populated by the server. |
height | Height of the resized image. 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. |
original |
The URI to the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. 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. |
resized |
The URI to the (resized) prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
thumbnail |
The URI to the thumbnail of the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
width | Width of the resized image. 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
domain
Domain used for the prediction. NOTE: This property will not be serialized. It can only be populated by the server.
domain?: string
Property Value
string
height
Height of the resized image. NOTE: This property will not be serialized. It can only be populated by the server.
height?: number
Property Value
number
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
originalImageUri
The URI to the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
originalImageUri?: 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
resizedImageUri
The URI to the (resized) prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
resizedImageUri?: string
Property Value
string
thumbnailUri
The URI to the thumbnail of the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
thumbnailUri?: string
Property Value
string
width
Width of the resized image. NOTE: This property will not be serialized. It can only be populated by the server.
width?: number
Property Value
number