audioTracks = $audioTracks; } /** * @return int[] */ public function getAudioTracks() { return $this->audioTracks; } /** * @param int */ public function setDiarizationSpeakerCount($diarizationSpeakerCount) { $this->diarizationSpeakerCount = $diarizationSpeakerCount; } /** * @return int */ public function getDiarizationSpeakerCount() { return $this->diarizationSpeakerCount; } /** * @param bool */ public function setEnableAutomaticPunctuation($enableAutomaticPunctuation) { $this->enableAutomaticPunctuation = $enableAutomaticPunctuation; } /** * @return bool */ public function getEnableAutomaticPunctuation() { return $this->enableAutomaticPunctuation; } /** * @param bool */ public function setEnableSpeakerDiarization($enableSpeakerDiarization) { $this->enableSpeakerDiarization = $enableSpeakerDiarization; } /** * @return bool */ public function getEnableSpeakerDiarization() { return $this->enableSpeakerDiarization; } /** * @param bool */ public function setEnableWordConfidence($enableWordConfidence) { $this->enableWordConfidence = $enableWordConfidence; } /** * @return bool */ public function getEnableWordConfidence() { return $this->enableWordConfidence; } /** * @param bool */ public function setFilterProfanity($filterProfanity) { $this->filterProfanity = $filterProfanity; } /** * @return bool */ public function getFilterProfanity() { return $this->filterProfanity; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param int */ public function setMaxAlternatives($maxAlternatives) { $this->maxAlternatives = $maxAlternatives; } /** * @return int */ public function getMaxAlternatives() { return $this->maxAlternatives; } /** * @param GoogleCloudVideointelligenceV1SpeechContext[] */ public function setSpeechContexts($speechContexts) { $this->speechContexts = $speechContexts; } /** * @return GoogleCloudVideointelligenceV1SpeechContext[] */ public function getSpeechContexts() { return $this->speechContexts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1SpeechTranscriptionConfig::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscriptionConfig');