/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Speech
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Speech/SpeechContext.php (1381B)
boost = $boost;
}
/**
* @return float
*/
public function getBoost()
{
return $this->boost;
}
/**
* @param string[]
*/
public function setPhrases($phrases)
{
$this->phrases = $phrases;
}
/**
* @return string[]
*/
public function getPhrases()
{
return $this->phrases;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SpeechContext::class, 'Google_Service_Speech_SpeechContext');