AreaOfInterestResult interface
Result of AreaOfInterest operation.
Properties
| area |
A bounding box for an area of interest inside an image. NOTE: This property will not be serialized. It can only be populated by the server. |
| metadata | |
| model |
|
| request |
Id of the REST API request. |
Property Details
areaOfInterest
A bounding box for an area of interest inside an image. NOTE: This property will not be serialized. It can only be populated by the server.
areaOfInterest?: BoundingRect
Property Value
metadata
modelVersion
modelVersion?: undefined | string
Property Value
undefined | string
requestId
Id of the REST API request.
requestId?: undefined | string
Property Value
undefined | string