We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044c518 commit dfc9737Copy full SHA for dfc9737
1 file changed
google/cloud/vision/v1p3beta1/image_annotator.proto
@@ -677,7 +677,7 @@ message AnnotateFileResponse {
677
// Multiple image annotation requests are batched into a single service call.
678
message BatchAnnotateImagesRequest {
679
// Individual image annotation requests for this batch.
680
- repeated AnnotateImageRequest requests = 1;
+ repeated AnnotateImageRequest requests = 1 [(google.api.field_behavior) = REQUIRED];
681
}
682
683
// Response to a batch image annotation request.
0 commit comments