endTimeUsec = $endTimeUsec; } /** * @return string */ public function getEndTimeUsec() { return $this->endTimeUsec; } /** * @param SpeechS3Locale[] */ public function setRankedTopSupportedLanguages($rankedTopSupportedLanguages) { $this->rankedTopSupportedLanguages = $rankedTopSupportedLanguages; } /** * @return SpeechS3Locale[] */ public function getRankedTopSupportedLanguages() { return $this->rankedTopSupportedLanguages; } /** * @param string */ public function setStartTimeUsec($startTimeUsec) { $this->startTimeUsec = $startTimeUsec; } /** * @return string */ public function getStartTimeUsec() { return $this->startTimeUsec; } /** * @param string */ public function setTopLanguageConfidence($topLanguageConfidence) { $this->topLanguageConfidence = $topLanguageConfidence; } /** * @return string */ public function getTopLanguageConfidence() { return $this->topLanguageConfidence; } /** * @param bool */ public function setVoicedUtterance($voicedUtterance) { $this->voicedUtterance = $voicedUtterance; } /** * @return bool */ public function getVoicedUtterance() { return $this->voicedUtterance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SpeechS3LanguageIdentificationResult::class, 'Google_Service_Contentwarehouse_SpeechS3LanguageIdentificationResult');