googlevisDetectlabels static method
GoogleVisionPlugin Detect content and text in images
maximumLabels
: Maximum Labels (Default: 5) Returns TransformationData.
Implementation
static TransformationData googlevisDetectlabels({int? maximumLabels = 5}) {
return GooglevisDetectlabels().detectLabels(maximumLabels);
}