DetectResult interface

Result of a DetectImage call.

Properties

metadata
modelVersion
objects

An array of detected objects. NOTE: This property will not be serialized. It can only be populated by the server.

requestId

Id of the REST API request.

Property Details

metadata

metadata?: ImageMetadata

Property Value

modelVersion

modelVersion?: string

Property Value

string

objects

An array of detected objects. NOTE: This property will not be serialized. It can only be populated by the server.

objects?: DetectedObject[]

Property Value

requestId

Id of the REST API request.

requestId?: string

Property Value

string