Sets whether to skip the reviewing process and automatically accept all translations.
bool: The value to set.
$this
Overrides TranslatorInterface::setAutoAccept
public function setAutoAccept($value) {
$this->auto_accept = $value;
return $this;
}