uri property
The Cloud Storage URI prefix with which recognition results will be written.
Implementation
@$pb.TagNumber(1)
$core.String get uri => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set uri($core.String v) {
$_setString(0, v);
}
The Cloud Storage URI prefix with which recognition results will be written.
@$pb.TagNumber(1)
$core.String get uri => $_getSZ(0);
@$pb.TagNumber(1)
set uri($core.String v) {
$_setString(0, v);
}