confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } }