docWeight = $docWeight; } /** * @return float */ public function getDocWeight() { return $this->docWeight; } /** * @param RepositoryWebrefNgramContext[] */ public function setNgramContext($ngramContext) { $this->ngramContext = $ngramContext; } /** * @return RepositoryWebrefNgramContext[] */ public function getNgramContext() { return $this->ngramContext; } /** * @param string */ public function setNumCandidates($numCandidates) { $this->numCandidates = $numCandidates; } /** * @return string */ public function getNumCandidates() { return $this->numCandidates; } /** * @param string */ public function setNumConceptsWithCandidates($numConceptsWithCandidates) { $this->numConceptsWithCandidates = $numConceptsWithCandidates; } /** * @return string */ public function getNumConceptsWithCandidates() { return $this->numConceptsWithCandidates; } /** * @param string */ public function setNumConceptsWithMentions($numConceptsWithMentions) { $this->numConceptsWithMentions = $numConceptsWithMentions; } /** * @return string */ public function getNumConceptsWithMentions() { return $this->numConceptsWithMentions; } /** * @param string */ public function setNumRangesWithCandidates($numRangesWithCandidates) { $this->numRangesWithCandidates = $numRangesWithCandidates; } /** * @return string */ public function getNumRangesWithCandidates() { return $this->numRangesWithCandidates; } /** * @param RepositoryWebrefAnnotationStatsPerType[] */ public function setStatsPerType($statsPerType) { $this->statsPerType = $statsPerType; } /** * @return RepositoryWebrefAnnotationStatsPerType[] */ public function getStatsPerType() { return $this->statsPerType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefWebrefAnnotationStats::class, 'Google_Service_Contentwarehouse_RepositoryWebrefWebrefAnnotationStats');