Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_TranslateService.php125 public $detections; variable in Google_TranslateService
139 …$this->detections = new Google_DetectionsServiceResource($this, $this->serviceName, 'detections', …
151 public $detections; variable in Google_DetectionsListResponse
152 public function setDetections(/* array(Google_DetectionsResourceItems) */ $detections) { argument
153 $this->assertIsArray($detections, 'Google_DetectionsResourceItems', __METHOD__);
154 $this->detections = $detections;
157 return $this->detections;