filterSourceNames property

  1. @TagNumber(2)
List<String> get filterSourceNames

The names of the sensors to retrieve images from. If this is not provided, all images from all sensors will be returned.

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get filterSourceNames => $_getList(1);