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