googlevisionplugin static method
Detect content and text in images
@param maximumlabels Maximum labels (Default: 5)
@return The generated TransformationData.
Implementation
static TransformationData googlevisionplugin({int? maximumlabels = 5}) {
// Call the generated class method
return GoogleVisionPlugin().detectLabels(maximumlabels);
}