detectbackgroundtype static method

TransformationData detectbackgroundtype()

Classifies the background of a product as plain, clean or busy

@return The generated TransformationData.

Implementation

static TransformationData detectbackgroundtype() {
  // Call the generated class method
  return DetectBackgroundType().detect();
}