uri property

  1. @TagNumber(3)
String uri

The Cloud Storage URI to which recognition results will be written.

Implementation

@$pb.TagNumber(3)
$core.String get uri => $_getSZ(2);
  1. @TagNumber(3)
void uri=(String v)

Implementation

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