context = $context; } /** * @return Google_Service_Vision_ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param Google_Service_Vision_CropHintsAnnotation */ public function setCropHintsAnnotation(Google_Service_Vision_CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return Google_Service_Vision_CropHintsAnnotation */ public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } /** * @param Google_Service_Vision_Status */ public function setError(Google_Service_Vision_Status $error) { $this->error = $error; } /** * @return Google_Service_Vision_Status */ public function getError() { return $this->error; } /** * @param Google_Service_Vision_FaceAnnotation */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_Vision_FaceAnnotation */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_Vision_TextAnnotation */ public function setFullTextAnnotation(Google_Service_Vision_TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return Google_Service_Vision_TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param Google_Service_Vision_ImageProperties */ public function setImagePropertiesAnnotation(Google_Service_Vision_ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return Google_Service_Vision_ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param Google_Service_Vision_EntityAnnotation */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_Vision_EntityAnnotation */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param Google_Service_Vision_LocalizedObjectAnnotation */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return Google_Service_Vision_LocalizedObjectAnnotation */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param Google_Service_Vision_EntityAnnotation */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param Google_Service_Vision_ProductSearchResults */ public function setProductSearchResults(Google_Service_Vision_ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return Google_Service_Vision_ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param Google_Service_Vision_SafeSearchAnnotation */ public function setSafeSearchAnnotation(Google_Service_Vision_SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return Google_Service_Vision_SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param Google_Service_Vision_EntityAnnotation */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_Vision_EntityAnnotation */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param Google_Service_Vision_WebDetection */ public function setWebDetection(Google_Service_Vision_WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return Google_Service_Vision_WebDetection */ public function getWebDetection() { return $this->webDetection; } }