returnObjectPointClouds property

  1. @TagNumber(6)
bool returnObjectPointClouds

whether or not including pcd in the response

Implementation

@$pb.TagNumber(6)
$core.bool get returnObjectPointClouds => $_getBF(5);
  1. @TagNumber(6)
void returnObjectPointClouds=(bool v)

Implementation

@$pb.TagNumber(6)
set returnObjectPointClouds($core.bool v) { $_setBool(5, v); }