biasingModelType = $biasingModelType; } /** * @return string */ public function getBiasingModelType() { return $this->biasingModelType; } /** * @param string */ public function setClientId($clientId) { $this->clientId = $clientId; } /** * @return string */ public function getClientId() { return $this->clientId; } /** * @param string */ public function setContextId($contextId) { $this->contextId = $contextId; } /** * @return string */ public function getContextId() { return $this->contextId; } /** * @param bool */ public function setIsEnhancedModel($isEnhancedModel) { $this->isEnhancedModel = $isEnhancedModel; } /** * @return bool */ public function getIsEnhancedModel() { return $this->isEnhancedModel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSSpeechModelSpecSubModelSpec::class, 'Google_Service_CloudNaturalLanguage_XPSSpeechModelSpecSubModelSpec');