TagResult interface

The results of a image tag operation, including any tags and image metadata.

Properties

metadata
modelVersion
requestId

Id of the REST API request.

tags

A list of tags with confidence level.

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

tags

A list of tags with confidence level.

tags?: ImageTag[]

Property Value