aboutsummaryrefslogtreecommitdiff
path: root/google
diff options
context:
space:
mode:
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;
}