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