adult = $adult;
}
/**
* @return string
*/
public function getAdult()
{
return $this->adult;
}
/**
* @param string
*/
public function setMedical($medical)
{
$this->medical = $medical;
}
/**
* @return string
*/
public function getMedical()
{
return $this->medical;
}
/**
* @param string
*/
public function setRacy($racy)
{
$this->racy = $racy;
}
/**
* @return string
*/
public function getRacy()
{
return $this->racy;
}
/**
* @param string
*/
public function setSpoof($spoof)
{
$this->spoof = $spoof;
}
/**
* @return string
*/
public function getSpoof()
{
return $this->spoof;
}
/**
* @param string
*/
public function setViolence($violence)
{
$this->violence = $violence;
}
/**
* @return string
*/
public function getViolence()
{
return $this->violence;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SafeSearchAnnotation::class, 'Google_Service_Vision_SafeSearchAnnotation');