detect method

Method for Classifies whether objects in the image are single or multiple

Returns TransformationData.

Implementation

TransformationData detect() {
  // Determine if there are values to add to the dictionary

  var values = <String, String>{};

  return TransformationData(plugin: 'oc', name: 'detect', values: values);
}