containsSpeech = $containsSpeech; } /** * @return bool */ public function getContainsSpeech() { return $this->containsSpeech; } /** * @param string */ public function setEndSec($endSec) { $this->endSec = $endSec; } /** * @return string */ public function getEndSec() { return $this->endSec; } /** * @param SpeechS3LanguageIdentificationResult */ public function setLangidResult(SpeechS3LanguageIdentificationResult $langidResult) { $this->langidResult = $langidResult; } /** * @return SpeechS3LanguageIdentificationResult */ public function getLangidResult() { return $this->langidResult; } /** * @param VideoTimedtextS4ALIResults */ public function setLanguageIdentification(VideoTimedtextS4ALIResults $languageIdentification) { $this->languageIdentification = $languageIdentification; } /** * @return VideoTimedtextS4ALIResults */ public function getLanguageIdentification() { return $this->languageIdentification; } /** * @param string */ public function setModelVersion($modelVersion) { $this->modelVersion = $modelVersion; } /** * @return string */ public function getModelVersion() { return $this->modelVersion; } /** * @param int */ public function setSpeechFrameCount($speechFrameCount) { $this->speechFrameCount = $speechFrameCount; } /** * @return int */ public function getSpeechFrameCount() { return $this->speechFrameCount; } /** * @param string */ public function setStartSec($startSec) { $this->startSec = $startSec; } /** * @return string */ public function getStartSec() { return $this->startSec; } /** * @param int */ public function setTotalFrameCount($totalFrameCount) { $this->totalFrameCount = $totalFrameCount; } /** * @return int */ public function getTotalFrameCount() { return $this->totalFrameCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageRepositoryS3LangIdSignals::class, 'Google_Service_Contentwarehouse_ImageRepositoryS3LangIdSignals');