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.

imageType

An object providing possible image types and matching confidence levels.

metadata
modelVersion
objects

Array of objects describing what was detected in the image.

requestId

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

Array of brands detected in the image.

brands?: DetectedBrand[]

Property Value

categories

An array indicating identified categories.

categories?: Category[]

Property Value

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

metadata?: ImageMetadata

Property Value

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

tags

A list of tags with confidence level.

tags?: ImageTag[]

Property Value