uri property

  1. @TagNumber.new(2)
String get uri

URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4). If empty, the value is populated from Job.input_uri. See Supported input and output formats.

Implementation

@$pb.TagNumber(2)
$core.String get uri => $_getSZ(1);
  1. @TagNumber.new(2)
set uri (String v)

Implementation

@$pb.TagNumber(2)
set uri($core.String v) { $_setString(1, v); }