Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
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[]
