"Code", "confidence" => "Confidence", ]; /** * @var int */ public $code; /** * @var int */ public $confidence; /** * @param int */ public function setCode($code) { $this->code = $code; } /** * @return int */ public function getCode() { return $this->code; } /** * @param int */ public function setConfidence($confidence) { $this->confidence = $confidence; } /** * @return int */ public function getConfidence() { return $this->confidence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoodocSymbolSymbolVariant::class, 'Google_Service_Contentwarehouse_GoodocSymbolSymbolVariant');