芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/Contentwarehouse/NlpSaftEntity.php
antecedent = $antecedent; } /** * @return int */ public function getAntecedent() { return $this->antecedent; } /** * @param string */ public function setEntityType($entityType) { $this->entityType = $entityType; } /** * @return string */ public function getEntityType() { return $this->entityType; } public function setEntityTypeProbability($entityTypeProbability) { $this->entityTypeProbability = $entityTypeProbability; } public function getEntityTypeProbability() { return $this->entityTypeProbability; } /** * @param string */ public function setGender($gender) { $this->gender = $gender; } /** * @return string */ public function getGender() { return $this->gender; } /** * @param Proto2BridgeMessageSet */ public function setInfo(Proto2BridgeMessageSet $info) { $this->info = $info; } /** * @return Proto2BridgeMessageSet */ public function getInfo() { return $this->info; } /** * @param NlpSaftMention[] */ public function setMention($mention) { $this->mention = $mention; } /** * @return NlpSaftMention[] */ public function getMention() { return $this->mention; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param NlpSaftEntityProfile */ public function setProfile(NlpSaftEntityProfile $profile) { $this->profile = $profile; } /** * @return NlpSaftEntityProfile */ public function getProfile() { return $this->profile; } /** * @param NlpSaftReferent */ public function setReferent(NlpSaftReferent $referent) { $this->referent = $referent; } /** * @return NlpSaftReferent */ public function getReferent() { return $this->referent; } /** * @param int */ public function setRepresentativeMention($representativeMention) { $this->representativeMention = $representativeMention; } /** * @return int */ public function getRepresentativeMention() { return $this->representativeMention; } public function setSalience($salience) { $this->salience = $salience; } public function getSalience() { return $this->salience; } /** * @param NlpSaftEntityType[] */ public function setType($type) { $this->type = $type; } /** * @return NlpSaftEntityType[] */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSaftEntity::class, 'Google_Service_Contentwarehouse_NlpSaftEntity');