uri property
URI that points to a file that contains audio data bytes as specified in
RecognitionConfig
. The file must not be compressed (for example, gzip).
Currently, only Google Cloud Storage URIs are
supported, which must be specified in the following format:
gs://bucket_name/object_name
(other URI formats return
google.rpc.Code.INVALID_ARGUMENT
).
For more information, see Request
URIs.
Implementation
@$pb.TagNumber(2)
$core.String get uri => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set uri($core.String v) {
$_setString(1, v);
}