lib/google/cloud/vision/v1p3beta1/image_annotator_client.rb in google-cloud-vision-0.37.2 vs lib/google/cloud/vision/v1p3beta1/image_annotator_client.rb in google-cloud-vision-0.37.3

- old
+ new

@@ -243,10 +243,10 @@ # `google.longrunning.Operations` interface. # `Operation.metadata` contains `OperationMetadata` (metadata). # `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results). # # @param requests [Array<Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest | Hash>] - # Individual async file annotation requests for this batch. + # Required. Individual async file annotation requests for this batch. # A hash of the same form as `Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest` # can also be provided. # @param options [Google::Gax::CallOptions] # Overrides the default settings for this call, e.g, timeout, # retries, etc.