duplicateOfYtS3Asr = $duplicateOfYtS3Asr; } /** * @return bool */ public function getDuplicateOfYtS3Asr() { return $this->duplicateOfYtS3Asr; } /** * @param string */ public function setLangWithoutLocale($langWithoutLocale) { $this->langWithoutLocale = $langWithoutLocale; } /** * @return string */ public function getLangWithoutLocale() { return $this->langWithoutLocale; } /** * @param string */ public function setModelIdentifier($modelIdentifier) { $this->modelIdentifier = $modelIdentifier; } /** * @return string */ public function getModelIdentifier() { return $this->modelIdentifier; } /** * @param ImageRepositorySpeechRecognitionResult[] */ public function setResults($results) { $this->results = $results; } /** * @return ImageRepositorySpeechRecognitionResult[] */ public function getResults() { return $this->results; } /** * @param PseudoVideoData */ public function setTranscriptAsr(PseudoVideoData $transcriptAsr) { $this->transcriptAsr = $transcriptAsr; } /** * @return PseudoVideoData */ public function getTranscriptAsr() { return $this->transcriptAsr; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageRepositoryAmarnaCloudSpeechSignals::class, 'Google_Service_Contentwarehouse_ImageRepositoryAmarnaCloudSpeechSignals');