detect method

Method for Classifies whether the product in the image is completely visible or not Returns TransformationData.

Implementation

TransformationData detect() {
  var values = <String, String>{};
  return TransformationData(plugin: 'cpv', name: 'detect', values: values);
}