ocrFeature = $ocrFeature; } /** * @return VideoContentSearchOnScreenTextFeature */ public function getOcrFeature() { return $this->ocrFeature; } /** * @param string */ public function setOcrText($ocrText) { $this->ocrText = $ocrText; } /** * @return string */ public function getOcrText() { return $this->ocrText; } /** * @param string */ public function setTimeMs($timeMs) { $this->timeMs = $timeMs; } /** * @return string */ public function getTimeMs() { return $this->timeMs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchOCRText::class, 'Google_Service_Contentwarehouse_VideoContentSearchOCRText');