confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setSpeakerTag($speakerTag) { $this->speakerTag = $speakerTag; } public function getSpeakerTag() { return $this->speakerTag; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setWord($word) { $this->word = $word; } public function getWord() { return $this->word; } }