Home
last modified time | relevance | path

Searched refs:imageContext (Results 1 – 3 of 3) sorted by last modified time

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