detectionsSupported property

  1. @TagNumber(2)
bool get detectionsSupported

whether or not detections are supported by the vision service

Implementation

@$pb.TagNumber(2)
$core.bool get detectionsSupported => $_getBF(1);
  1. @TagNumber(2)
set detectionsSupported (bool v)

Implementation

@$pb.TagNumber(2)
set detectionsSupported($core.bool v) { $_setBool(1, v); }