ImageDescription interface

A collection of content tags, along with a list of captions sorted by confidence level, and image metadata.

Properties

captions

A list of captions, sorted by confidence level.

metadata
modelVersion
requestId

Id of the REST API request.

tags

A collection of image tags.

Property Details

captions

A list of captions, sorted by confidence level.

captions?: ImageCaption[]

Property Value

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 collection of image tags.

tags?: string[]

Property Value

string[]