From e94ba030415d14c53fb6fc60b9cf601937e76c7d Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 10 May 2019 14:23:43 -0700 Subject: Synchronize new proto/yaml changes. PiperOrigin-RevId: 247675518 --- google/cloud/vision/v1/image_annotator.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'google') 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; } -- cgit v1.2.3