/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/EntityMention.php (1692B)
sentiment = $sentiment; } /** * @return Sentiment */ public function getSentiment() { return $this->sentiment; } /** * @param TextSpan */ public function setText(TextSpan $text) { $this->text = $text; } /** * @return TextSpan */ public function getText() { return $this->text; } /** * @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(EntityMention::class, 'Google_Service_CloudNaturalLanguage_EntityMention');