confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setTranscript($transcript) { $this->transcript = $transcript; } public function getTranscript() { return $this->transcript; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1WordInfo */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1WordInfo */ public function getWords() { return $this->words; } }