/var/www/flurhymez/vendor/google/apiclient-services/src/Speech
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Speech/CreatePhraseSetRequest.php (1465B)
phraseSet = $phraseSet;
}
/**
* @return PhraseSet
*/
public function getPhraseSet()
{
return $this->phraseSet;
}
/**
* @param string
*/
public function setPhraseSetId($phraseSetId)
{
$this->phraseSetId = $phraseSetId;
}
/**
* @return string
*/
public function getPhraseSetId()
{
return $this->phraseSetId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreatePhraseSetRequest::class, 'Google_Service_Speech_CreatePhraseSetRequest');