confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } }