label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * The BCP-47 language code for `label`, such as "en-US" or "sr-Latn". For * more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. * * @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(WebLabel::class, 'Google_Service_Vision_WebLabel');