uri property
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);
Implementation
@$pb.TagNumber(4)
set uri($core.String v) {
$_setString(3, v);
}