alternatives = $alternatives; } /** * @return GoogleCloudVideointelligenceV1SpeechRecognitionAlternative[] */ public function getAlternatives() { return $this->alternatives; } /** * Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) * language tag of the language in this result. This language code was * detected to have the most likelihood of being spoken in the audio. * * @param string $languageCode */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1SpeechTranscription::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscription');