DomainModelResults interface
Result of image analysis using a specific domain model including additional metadata.
Properties
metadata | |
model |
|
request |
Id of the REST API request. |
result | Model-specific response. |
Property Details
metadata
modelVersion
modelVersion?: string
Property Value
string
requestId
Id of the REST API request.
requestId?: string
Property Value
string
result
Model-specific response.
result?: any
Property Value
any