recognitionInfo property

Map<String, double>? recognitionInfo
final

Object Recognition allows categorizing and tagging images. When using Uploadcare Object Recognition, you get a list of objects detected in your image paired with confidence levels for every object class.

Implementation

final Map<String, double>? recognitionInfo;