Home
last modified time | relevance | path

Searched refs:BatchAnnotateImagesResponse (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/Resource/
DImages.php22 use Google\Service\Vision\BatchAnnotateImagesResponse; alias
40 * @return BatchAnnotateImagesResponse
46 return $this->call('annotate', [$params], BatchAnnotateImagesResponse::class);
DProjectsImages.php22 use Google\Service\Vision\BatchAnnotateImagesResponse; alias
45 * @return BatchAnnotateImagesResponse
51 return $this->call('annotate', [$params], BatchAnnotateImagesResponse::class);
DProjectsLocationsImages.php22 use Google\Service\Vision\BatchAnnotateImagesResponse; alias
45 * @return BatchAnnotateImagesResponse
51 return $this->call('annotate', [$params], BatchAnnotateImagesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DBatchAnnotateImagesResponse.php20 class BatchAnnotateImagesResponse extends \Google\Collection class
43 class_alias(BatchAnnotateImagesResponse::class, 'Google_Service_Vision_BatchAnnotateImagesResponse'…