/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/SpeechAdaptation.php (2264B)
abnfGrammar = $abnfGrammar;
}
/**
* @return ABNFGrammar
*/
public function getAbnfGrammar()
{
return $this->abnfGrammar;
}
/**
* @param CustomClass[]
*/
public function setCustomClasses($customClasses)
{
$this->customClasses = $customClasses;
}
/**
* @return CustomClass[]
*/
public function getCustomClasses()
{
return $this->customClasses;
}
/**
* @param string[]
*/
public function setPhraseSetReferences($phraseSetReferences)
{
$this->phraseSetReferences = $phraseSetReferences;
}
/**
* @return string[]
*/
public function getPhraseSetReferences()
{
return $this->phraseSetReferences;
}
/**
* @param PhraseSet[]
*/
public function setPhraseSets($phraseSets)
{
$this->phraseSets = $phraseSets;
}
/**
* @return PhraseSet[]
*/
public function getPhraseSets()
{
return $this->phraseSets;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SpeechAdaptation::class, 'Google_Service_Speech_SpeechAdaptation');