/var/www/flurhymez/vendor/google/apiclient-services/src/CloudNaturalLanguage
NameSizeModeActions
Resource/-0755rm
AnalyzeEntitiesRequest.php14880644editdlrm
AnalyzeEntitiesResponse.php15040644editdlrm
AnalyzeEntitySentimentRequest.php15090644editdlrm
AnalyzeEntitySentimentResponse.php15250644editdlrm
AnalyzeSentimentRequest.php14910644editdlrm
AnalyzeSentimentResponse.php19050644editdlrm
AnalyzeSyntaxRequest.php14820644editdlrm
AnalyzeSyntaxResponse.php17920644editdlrm
AnnotateTextRequest.php17860644editdlrm
AnnotateTextResponse.php28380644editdlrm
ClassificationCategory.php13980644editdlrm
ClassifyTextRequest.php11890644editdlrm
ClassifyTextResponse.php12990644editdlrm
DependencyEdge.php14030644editdlrm
Document.php18970644editdlrm
Entity.php25260644editdlrm
EntityMention.php16920644editdlrm
Features.php24510644editdlrm
PartOfSpeech.php37950644editdlrm
Sentence.php14430644editdlrm
Sentiment.php13560644editdlrm
Status.php16270644editdlrm
TextSpan.php13780644editdlrm
Token.php20900644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudNaturalLanguage/Entity.php (2526B)
mentions = $mentions; } /** * @return EntityMention[] */ public function getMentions() { return $this->mentions; } /** * @param string[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return string[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param float */ public function setSalience($salience) { $this->salience = $salience; } /** * @return float */ public function getSalience() { return $this->salience; } /** * @param Sentiment */ public function setSentiment(Sentiment $sentiment) { $this->sentiment = $sentiment; } /** * @return Sentiment */ public function getSentiment() { return $this->sentiment; } /** * @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(Entity::class, 'Google_Service_CloudNaturalLanguage_Entity');