aboutsummaryrefslogtreecommitdiff
path: root/google
diff options
context:
space:
mode:
authorGoogle APIs <noreply@google.com>2019-05-10 14:23:43 -0700
committerCopybara-Service <copybara-worker@google.com>2019-05-10 14:24:09 -0700
commite94ba030415d14c53fb6fc60b9cf601937e76c7d (patch)
tree86bde4c88fda2c9b6619d4cd2155103e0ace51e4 /google
parent2a4c4f0dd532f481d018fbbdc19018013ecffa20 (diff)
downloadgoogleapis-e94ba030415d14c53fb6fc60b9cf601937e76c7d.tar.gz
Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247675518
Diffstat (limited to 'google')
-rw-r--r--google/cloud/vision/v1/image_annotator.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/google/cloud/vision/v1/image_annotator.proto b/google/cloud/vision/v1/image_annotator.proto
index ad9087213..3375345e2 100644
--- a/google/cloud/vision/v1/image_annotator.proto
+++ b/google/cloud/vision/v1/image_annotator.proto
@@ -824,8 +824,8 @@ message InputConfig {
// not work for AsyncBatchAnnotateFiles requests.
bytes content = 3;
- // The type of the file. Currently only "application/pdf" and "image/tiff"
- // are supported. Wildcards are not supported.
+ // The type of the file. Currently only "application/pdf", "image/tiff" and
+ // "image/gif" are supported. Wildcards are not supported.
string mime_type = 2;
}