uri property

  1. @TagNumber(2)
String uri

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);
  1. @TagNumber(2)
void uri=(String v)

Implementation

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