context = $context; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1CropHintsAnnotation */ public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1CropHintsAnnotation */ 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_GoogleCloudVisionV1p5beta1FaceAnnotation */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotation */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotation */ public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageProperties */ public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResults */ public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1SafeSearchAnnotation */ public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetection */ public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetection */ public function getWebDetection() { return $this->webDetection; } }