Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateImageRequest.php27 protected $imageContextType = ImageContext::class;
59 * @param ImageContext
61 public function setImageContext(ImageContext $imageContext)
66 * @return ImageContext
H A DAnnotateFileRequest.php25 protected $imageContextType = ImageContext::class;
49 * @param ImageContext
51 public function setImageContext(ImageContext $imageContext)
56 * @return ImageContext
H A DAsyncAnnotateFileRequest.php25 protected $imageContextType = ImageContext::class;
47 * @param ImageContext
49 public function setImageContext(ImageContext $imageContext)
54 * @return ImageContext
H A DImageContext.php20 class ImageContext extends \Google\Collection class
125 class_alias(ImageContext::class, 'Google_Service_Vision_ImageContext');