matchedScore = $matchedScore; } /** * @return float */ public function getMatchedScore() { return $this->matchedScore; } /** * @param string[] */ public function setMatchedScoreInfo($matchedScoreInfo) { $this->matchedScoreInfo = $matchedScoreInfo; } /** * @return string[] */ public function getMatchedScoreInfo() { return $this->matchedScoreInfo; } /** * @param float */ public function setPhrasesScore($phrasesScore) { $this->phrasesScore = $phrasesScore; } /** * @return float */ public function getPhrasesScore() { return $this->phrasesScore; } /** * @param string */ public function setSite($site) { $this->site = $site; } /** * @return string */ public function getSite() { return $this->site; } /** * @param string[] */ public function setText($text) { $this->text = $text; } /** * @return string[] */ public function getText() { return $this->text; } /** * @param float */ public function setTrustedScore($trustedScore) { $this->trustedScore = $trustedScore; } /** * @return float */ public function getTrustedScore() { return $this->trustedScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingDocjoinerAnchorTrustedInfo::class, 'Google_Service_Contentwarehouse_IndexingDocjoinerAnchorTrustedInfo');