annotatedSpan = $annotatedSpan; } /** * @return string */ public function getAnnotatedSpan() { return $this->annotatedSpan; } /** * @param NlpSemanticParsingAnnotationEvalData */ public function setEvalData(NlpSemanticParsingAnnotationEvalData $evalData) { $this->evalData = $evalData; } /** * @return NlpSemanticParsingAnnotationEvalData */ public function getEvalData() { return $this->evalData; } /** * @param bool */ public function setIsUngroundedValue($isUngroundedValue) { $this->isUngroundedValue = $isUngroundedValue; } /** * @return bool */ public function getIsUngroundedValue() { return $this->isUngroundedValue; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } /** * @param float */ public function setQrefConfidenceScore($qrefConfidenceScore) { $this->qrefConfidenceScore = $qrefConfidenceScore; } /** * @return float */ public function getQrefConfidenceScore() { return $this->qrefConfidenceScore; } /** * @param KnowledgeAnswersIntentQueryShoppingIds */ public function setShoppingIds(KnowledgeAnswersIntentQueryShoppingIds $shoppingIds) { $this->shoppingIds = $shoppingIds; } /** * @return KnowledgeAnswersIntentQueryShoppingIds */ public function getShoppingIds() { return $this->shoppingIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryImpliedEntity::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryImpliedEntity');