returnObjectPointClouds property
- @TagNumber(6)
whether or not including pcd in the response
Implementation
@$pb.TagNumber(6)
$core.bool get returnObjectPointClouds => $_getBF(5);
- @TagNumber(6)
Implementation
@$pb.TagNumber(6)
set returnObjectPointClouds($core.bool v) { $_setBool(5, v); }