label = $label; } public function getLabel() { return $this->label; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p3beta1WebDetectionWebLabel::class, 'Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebLabel');