Edit

class ImageAnalysis::ContentTag

Represent an image tag. A tag can be a recognizable object, living being, scenery, or actions that appear in the image.

Members

Name

Syntax: public std::string Name;

Name of the tag.

Note that you can control the tag language by calling ImageAnalysisOptions::SetLanguage().

Confidence

Syntax: public double Confidence;

A score that represents the likelihood that this detection was accurate.

Confidence scores span the range of 0.0 to 1.0 (inclusive), with higher values indicating higher probability.