associatedFiles property

  1. @TagNumber(5)
List<File> get associatedFiles

files associated with the array/tensor, like for category labels

Implementation

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