locationEnrichment = $locationEnrichment; } /** * @return Google_Service_PhotosLibrary_LocationEnrichment */ public function getLocationEnrichment() { return $this->locationEnrichment; } /** * @param Google_Service_PhotosLibrary_MapEnrichment */ public function setMapEnrichment(Google_Service_PhotosLibrary_MapEnrichment $mapEnrichment) { $this->mapEnrichment = $mapEnrichment; } /** * @return Google_Service_PhotosLibrary_MapEnrichment */ public function getMapEnrichment() { return $this->mapEnrichment; } /** * @param Google_Service_PhotosLibrary_TextEnrichment */ public function setTextEnrichment(Google_Service_PhotosLibrary_TextEnrichment $textEnrichment) { $this->textEnrichment = $textEnrichment; } /** * @return Google_Service_PhotosLibrary_TextEnrichment */ public function getTextEnrichment() { return $this->textEnrichment; } }