共用方式為


DomainModelResults interface

使用特定領域模型進行影像分析的結果,包括其他元數據。

屬性

metadata
modelVersion
requestId

REST API 要求的標識碼。

result

模型特定的回應。

屬性詳細資料

metadata

metadata?: ImageMetadata

屬性值

modelVersion

modelVersion?: string

屬性值

string

requestId

REST API 要求的標識碼。

requestId?: string

屬性值

string

result

模型特定的回應。

result?: any

屬性值

any