clipPercentLowerbound = $clipPercentLowerbound; } /** * @return float */ public function getClipPercentLowerbound() { return $this->clipPercentLowerbound; } /** * @param float */ public function setClipPercentUpperbound($clipPercentUpperbound) { $this->clipPercentUpperbound = $clipPercentUpperbound; } /** * @return float */ public function getClipPercentUpperbound() { return $this->clipPercentUpperbound; } /** * @param string */ public function setColorMap($colorMap) { $this->colorMap = $colorMap; } /** * @return string */ public function getColorMap() { return $this->colorMap; } /** * @param string */ public function setOverlayType($overlayType) { $this->overlayType = $overlayType; } /** * @return string */ public function getOverlayType() { return $this->overlayType; } /** * @param string */ public function setPolarity($polarity) { $this->polarity = $polarity; } /** * @return string */ public function getPolarity() { return $this->polarity; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSVisualization::class, 'Google_Service_CloudNaturalLanguage_XPSVisualization');