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