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