/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/RecognizeResponse.php (2269B)
requestId = $requestId;
}
/**
* @return string
*/
public function getRequestId()
{
return $this->requestId;
}
/**
* @param SpeechRecognitionResult[]
*/
public function setResults($results)
{
$this->results = $results;
}
/**
* @return SpeechRecognitionResult[]
*/
public function getResults()
{
return $this->results;
}
/**
* @param SpeechAdaptationInfo
*/
public function setSpeechAdaptationInfo(SpeechAdaptationInfo $speechAdaptationInfo)
{
$this->speechAdaptationInfo = $speechAdaptationInfo;
}
/**
* @return SpeechAdaptationInfo
*/
public function getSpeechAdaptationInfo()
{
return $this->speechAdaptationInfo;
}
/**
* @param string
*/
public function setTotalBilledTime($totalBilledTime)
{
$this->totalBilledTime = $totalBilledTime;
}
/**
* @return string
*/
public function getTotalBilledTime()
{
return $this->totalBilledTime;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RecognizeResponse::class, 'Google_Service_Speech_RecognizeResponse');