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?: undefined | string

Property Value

undefined | string

requestId

Id of the REST API request.

requestId?: undefined | string

Property Value

undefined | string

tags

A list of tags with confidence level.

tags?: ImageTag[]

Property Value