Home
last modified time | relevance | path

Searched refs:imageContext (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DAnnotateImageRequest.php61 public function setImageContext(ImageContext $imageContext) argument
63 $this->imageContext = $imageContext;
70 return $this->imageContext;
DAnnotateFileRequest.php51 public function setImageContext(ImageContext $imageContext) argument
53 $this->imageContext = $imageContext;
60 return $this->imageContext;
DAsyncAnnotateFileRequest.php49 public function setImageContext(ImageContext $imageContext) argument
51 $this->imageContext = $imageContext;
58 return $this->imageContext;