/var/www/flurhymez/vendor/google/apiclient-services/src/Speech
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Speech/RecognizeResponse.php (1549B)
results = $results;
}
/**
* @return SpeechRecognitionResult[]
*/
public function getResults()
{
return $this->results;
}
/**
* @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');