uri property

  1. @TagNumber.new(1)
String get uri

Required. URI of the image in Cloud Storage. For example, gs://bucket/inputs/image.png. Only PNG and JPEG images are supported.

Implementation

@$pb.TagNumber(1)
$core.String get uri => $_getSZ(0);
  1. @TagNumber.new(1)
set uri (String v)

Implementation

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