classificationsSupported property
whether or not classifactions are supported by the vision service
Implementation
@$pb.TagNumber(1)
$core.bool get classificationsSupported => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set classificationsSupported($core.bool v) { $_setBool(0, v); }