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 | |
model |
|
request |
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
modelVersion
modelVersion?: string
Property Value
string
requestId
Id of the REST API request.
requestId?: string
Property Value
string
tags
A collection of image tags.
tags?: string[]
Property Value
string[]