primaryRelpath property

  1. @TagNumber.new(4)
String get primaryRelpath

When the URL suggests an archive wrapping a known primary file (for example a Whisper model bundle containing encoder.onnx), this field carries the relative path inside the archive when it can be inferred. Empty otherwise.

Implementation

@$pb.TagNumber(4)
$core.String get primaryRelpath => $_getSZ(3);
  1. @TagNumber.new(4)
set primaryRelpath (String value)

Implementation

@$pb.TagNumber(4)
set primaryRelpath($core.String value) => $_setString(3, value);