DomainModelResults interface

Result of image analysis using a specific domain model including additional metadata.

Properties

metadata
modelVersion
requestId

Id of the REST API request.

result

Model-specific response.

Property Details

metadata

metadata?: ImageMetadata

Property Value

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