/var/www/flurhymez/vendor/google/apiclient-services/src/Speech
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Speech/SpeechRecognitionAlternative.php (1757B)
confidence = $confidence;
}
/**
* @return float
*/
public function getConfidence()
{
return $this->confidence;
}
/**
* @param string
*/
public function setTranscript($transcript)
{
$this->transcript = $transcript;
}
/**
* @return string
*/
public function getTranscript()
{
return $this->transcript;
}
/**
* @param WordInfo[]
*/
public function setWords($words)
{
$this->words = $words;
}
/**
* @return WordInfo[]
*/
public function getWords()
{
return $this->words;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SpeechRecognitionAlternative::class, 'Google_Service_Speech_SpeechRecognitionAlternative');