category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param float */ public function setConfidence($confidence) { $this->confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param bool */ public function setIsRestricted($isRestricted) { $this->isRestricted = $isRestricted; } /** * @return bool */ public function getIsRestricted() { return $this->isRestricted; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchEntityAnnotations::class, 'Google_Service_Contentwarehouse_VideoContentSearchEntityAnnotations');