gcsUri property

  1. @TagNumber(1)
String gcsUri

Specifies a Cloud Storage URI for the recognition results. Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.

Implementation

@$pb.TagNumber(1)
$core.String get gcsUri => $_getSZ(0);
  1. @TagNumber(1)
void gcsUri=(String v)

Implementation

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