dbtDetect static method

TransformationData dbtDetect()

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

Returns TransformationData.

Implementation

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