Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -207,28 +207,6 @@ message Feature {
string model = 3;
}

// A bucketized representation of likelihood, which is intended to give clients
// highly stable results across model upgrades.
enum Likelihood {
// Unknown likelihood.
UNKNOWN = 0;

// It is very unlikely.
VERY_UNLIKELY = 1;

// It is unlikely.
UNLIKELY = 2;

// It is possible.
POSSIBLE = 3;

// It is likely.
LIKELY = 4;

// It is very likely.
VERY_LIKELY = 5;
}

// External image source (Google Cloud Storage or web URL image location).
message ImageSource {
// **Use `image_uri` instead.**
Expand Down Expand Up @@ -272,6 +250,28 @@ message Image {
ImageSource source = 2;
}

// A bucketized representation of likelihood, which is intended to give clients
// highly stable results across model upgrades.
enum Likelihood {
// Unknown likelihood.
UNKNOWN = 0;

// It is very unlikely.
VERY_UNLIKELY = 1;

// It is unlikely.
UNLIKELY = 2;

// It is possible.
POSSIBLE = 3;

// It is likely.
LIKELY = 4;

// It is very likely.
VERY_LIKELY = 5;
}

// A face annotation object contains the results of face detection.
message FaceAnnotation {
// A face-specific landmark (for example, a face feature).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ message Product {
string description = 3;

// Immutable. The category for the product identified by the reference image. This should
// be either "homegoods-v2", "apparel-v2", "toys-v2", "packagedgoods-v1", or
// "general-v1" The legacy categories "homegoods", "apparel", and "toys" are
// still supported, but these should not be used for new products.
// be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories
// "homegoods", "apparel", and "toys" are still supported, but these should
// not be used for new products.
string product_category = 4 [(google.api.field_behavior) = IMMUTABLE];

// Key-value pairs that can be attached to a product. At query time,
Expand Down
9 changes: 5 additions & 4 deletions google-cloud-clients/google-cloud-vision/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"updateTime": "2019-09-19T08:05:36.428891Z",
"updateTime": "2019-09-25T14:25:37.027786Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.36.3",
"dockerImage": "googleapis/artman@sha256:66ca01f27ef7dc50fbfb7743b67028115a6a8acf43b2d82f9fc826de008adac4"
"version": "0.37.1",
"dockerImage": "googleapis/artman@sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "23f6c4d8d49ef3f1aaa45768869d8616efe4a307"
"sha": "b31371da534e2be68d5389576205f85977ce1af6",
"internalRef": "271117257"
}
}
],
Expand Down