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