lib/google/cloud/vision/v1/image_annotator_client.rb in google-cloud-vision-0.35.0 vs lib/google/cloud/vision/v1/image_annotator_client.rb in google-cloud-vision-0.36.0

- old
+ new

@@ -226,11 +226,11 @@ # Service calls # Run image detection and annotation for a batch of images. # # @param requests [Array<Google::Cloud::Vision::V1::AnnotateImageRequest | Hash>] - # Individual image annotation requests for this batch. + # Required. Individual image annotation requests for this batch. # A hash of the same form as `Google::Cloud::Vision::V1::AnnotateImageRequest` # can also be provided. # @param parent [String] # Optional. Target project and location to make a call. # @@ -281,11 +281,11 @@ # AnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each # file provided and perform detection and annotation for each image # extracted. # # @param requests [Array<Google::Cloud::Vision::V1::AnnotateFileRequest | Hash>] - # The list of file annotation requests. Right now we support only one + # Required. The list of file annotation requests. Right now we support only one # AnnotateFileRequest in BatchAnnotateFilesRequest. # A hash of the same form as `Google::Cloud::Vision::V1::AnnotateFileRequest` # can also be provided. # @param parent [String] # Optional. Target project and location to make a call. @@ -339,11 +339,11 @@ # # This service will write image annotation outputs to json files in customer # GCS bucket, each json file containing BatchAnnotateImagesResponse proto. # # @param requests [Array<Google::Cloud::Vision::V1::AnnotateImageRequest | Hash>] - # Individual image annotation requests for this batch. + # Required. Individual image annotation requests for this batch. # A hash of the same form as `Google::Cloud::Vision::V1::AnnotateImageRequest` # can also be provided. # @param output_config [Google::Cloud::Vision::V1::OutputConfig | Hash] # Required. The desired output location and metadata (e.g. format). # A hash of the same form as `Google::Cloud::Vision::V1::OutputConfig` @@ -432,10 +432,10 @@ # `google.longrunning.Operations` interface. # `Operation.metadata` contains `OperationMetadata` (metadata). # `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results). # # @param requests [Array<Google::Cloud::Vision::V1::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::V1::AsyncAnnotateFileRequest` # can also be provided. # @param parent [String] # Optional. Target project and location to make a call. #