cropHintsAnnotation = $cropHintsAnnotation; } public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } public function getError() { return $this->error; } public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } public function getFaceAnnotations() { return $this->faceAnnotations; } public function setFullTextAnnotation(Google_Service_Vision_TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } public function getFullTextAnnotation() { return $this->fullTextAnnotation; } public function setImagePropertiesAnnotation(Google_Service_Vision_ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } public function getLabelAnnotations() { return $this->labelAnnotations; } public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } public function getLogoAnnotations() { return $this->logoAnnotations; } public function setSafeSearchAnnotation(Google_Service_Vision_SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } public function getTextAnnotations() { return $this->textAnnotations; } public function setWebDetection(Google_Service_Vision_WebDetection $webDetection) { $this->webDetection = $webDetection; } public function getWebDetection() { return $this->webDetection; } }