removeBG method

TransformationData removeBG()

Method for Vertex AI based transformations Returns TransformationData.

Implementation

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