芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/Contentwarehouse/NlpSaftMention.php
confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Proto2BridgeMessageSet */ public function setInfo(Proto2BridgeMessageSet $info) { $this->info = $info; } /** * @return Proto2BridgeMessageSet */ public function getInfo() { return $this->info; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setNestingRelation($nestingRelation) { $this->nestingRelation = $nestingRelation; } /** * @return string */ public function getNestingRelation() { return $this->nestingRelation; } /** * @param NlpSaftPhrase */ public function setPhrase(NlpSaftPhrase $phrase) { $this->phrase = $phrase; } /** * @return NlpSaftPhrase */ public function getPhrase() { return $this->phrase; } /** * @param NlpSaftMentionResolution */ public function setResolution(NlpSaftMentionResolution $resolution) { $this->resolution = $resolution; } /** * @return NlpSaftMentionResolution */ public function getResolution() { return $this->resolution; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSaftMention::class, 'Google_Service_Contentwarehouse_NlpSaftMention');