content = $content;
}
public function getContent()
{
return $this->content;
}
/**
* @param Google_Service_Vision_ImageSource
*/
public function setSource(Google_Service_Vision_ImageSource $source)
{
$this->source = $source;
}
/**
* @return Google_Service_Vision_ImageSource
*/
public function getSource()
{
return $this->source;
}
}