objectdetection static method
Detect bounding boxes of objects in the image
@return The generated TransformationData.
Implementation
static TransformationData objectdetection() {
// Call the generated class method
return ObjectDetection().detect();
}