recognitionInfo property

  1. @Deprecated('Due to the API stabilizing recognition info moved to the [AppData.awsRecognition]')
Map<String, double>? recognitionInfo
final

Only v0.6

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

@Deprecated(
    'Due to the API stabilizing recognition info moved to the [AppData.awsRecognition]')
final Map<String, double>? recognitionInfo;