AreaOfInterestResult interface

Result of AreaOfInterest operation.

Properties

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.

metadata
modelVersion
requestId

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

metadata?: ImageMetadata

Property Value

modelVersion

modelVersion?: string

Property Value

string

requestId

Id of the REST API request.

requestId?: string

Property Value

string