ImageAnalysis interface
Result of AnalyzeImage operation.
Properties
adult | An object describing whether the image contains adult-oriented content and/or is racy. |
brands | Array of brands detected in the image. |
categories | An array indicating identified categories. |
color | An object providing additional metadata describing color attributes. |
description | A collection of content tags, along with a list of captions sorted by confidence level, and image metadata. |
faces | An array of possible faces within the image. |
image |
An object providing possible image types and matching confidence levels. |
metadata | |
model |
|
objects | Array of objects describing what was detected in the image. |
request |
Id of the REST API request. |
tags | A list of tags with confidence level. |
Property Details
adult
An object describing whether the image contains adult-oriented content and/or is racy.
adult?: AdultInfo
Property Value
brands
categories
color
An object providing additional metadata describing color attributes.
color?: ColorInfo
Property Value
description
A collection of content tags, along with a list of captions sorted by confidence level, and image metadata.
description?: ImageDescriptionDetails
Property Value
faces
An array of possible faces within the image.
faces?: FaceDescription[]
Property Value
imageType
An object providing possible image types and matching confidence levels.
imageType?: ImageType
Property Value
metadata
modelVersion
modelVersion?: string
Property Value
string
objects
Array of objects describing what was detected in the image.
objects?: DetectedObject[]
Property Value
requestId
Id of the REST API request.
requestId?: string
Property Value
string