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