acceptedDataTypeUris property

  1. @TagNumber(5)
List<String> acceptedDataTypeUris

If specified, only those detailed data types can be connected to the processor. For example, jpeg stream for MEDIA, or PredictionResult proto for PROTO type. If unspecified, then any proto is accepted.

Implementation

@$pb.TagNumber(5)
$core.List<$core.String> get acceptedDataTypeUris => $_getList(4);