extra = $extra; } /** * @return DrishtiFeatureExtra[] */ public function getExtra() { return $this->extra; } /** * @param DrishtiFeatureExtra */ public function setGeneralExtra(DrishtiFeatureExtra $generalExtra) { $this->generalExtra = $generalExtra; } /** * @return DrishtiFeatureExtra */ public function getGeneralExtra() { return $this->generalExtra; } /** * @param float[] */ public function setValue($value) { $this->value = $value; } /** * @return float[] */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DrishtiDenseFeatureData::class, 'Google_Service_Contentwarehouse_DrishtiDenseFeatureData');