@@ -322,8 +322,10 @@ public function __call($method, $args)
322322 *
323323 * @throws ApiException Thrown if the API call fails.
324324 */
325- public function asyncBatchAnnotateFiles (AsyncBatchAnnotateFilesRequest $ request , array $ callOptions = []): OperationResponse
326- {
325+ public function asyncBatchAnnotateFiles (
326+ AsyncBatchAnnotateFilesRequest $ request ,
327+ array $ callOptions = []
328+ ): OperationResponse {
327329 return $ this ->startApiCall ('AsyncBatchAnnotateFiles ' , $ request , $ callOptions )->wait ();
328330 }
329331
@@ -357,8 +359,10 @@ public function asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest $request,
357359 *
358360 * @throws ApiException Thrown if the API call fails.
359361 */
360- public function asyncBatchAnnotateImages (AsyncBatchAnnotateImagesRequest $ request , array $ callOptions = []): OperationResponse
361- {
362+ public function asyncBatchAnnotateImages (
363+ AsyncBatchAnnotateImagesRequest $ request ,
364+ array $ callOptions = []
365+ ): OperationResponse {
362366 return $ this ->startApiCall ('AsyncBatchAnnotateImages ' , $ request , $ callOptions )->wait ();
363367 }
364368
@@ -389,8 +393,10 @@ public function asyncBatchAnnotateImages(AsyncBatchAnnotateImagesRequest $reques
389393 *
390394 * @throws ApiException Thrown if the API call fails.
391395 */
392- public function batchAnnotateFiles (BatchAnnotateFilesRequest $ request , array $ callOptions = []): BatchAnnotateFilesResponse
393- {
396+ public function batchAnnotateFiles (
397+ BatchAnnotateFilesRequest $ request ,
398+ array $ callOptions = []
399+ ): BatchAnnotateFilesResponse {
394400 return $ this ->startApiCall ('BatchAnnotateFiles ' , $ request , $ callOptions )->wait ();
395401 }
396402
@@ -415,8 +421,10 @@ public function batchAnnotateFiles(BatchAnnotateFilesRequest $request, array $ca
415421 *
416422 * @throws ApiException Thrown if the API call fails.
417423 */
418- public function batchAnnotateImages (BatchAnnotateImagesRequest $ request , array $ callOptions = []): BatchAnnotateImagesResponse
419- {
424+ public function batchAnnotateImages (
425+ BatchAnnotateImagesRequest $ request ,
426+ array $ callOptions = []
427+ ): BatchAnnotateImagesResponse {
420428 return $ this ->startApiCall ('BatchAnnotateImages ' , $ request , $ callOptions )->wait ();
421429 }
422430}
0 commit comments