uri property

  1. @TagNumber(4)
String uri

Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.

Implementation

@$pb.TagNumber(4)
$core.String get uri => $_getSZ(3);
  1. @TagNumber(4)
void uri=(String v)

Implementation

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