/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/Token.php (2090B)
dependencyEdge = $dependencyEdge; } /** * @return DependencyEdge */ public function getDependencyEdge() { return $this->dependencyEdge; } /** * @param string */ public function setLemma($lemma) { $this->lemma = $lemma; } /** * @return string */ public function getLemma() { return $this->lemma; } /** * @param PartOfSpeech */ public function setPartOfSpeech(PartOfSpeech $partOfSpeech) { $this->partOfSpeech = $partOfSpeech; } /** * @return PartOfSpeech */ public function getPartOfSpeech() { return $this->partOfSpeech; } /** * @param TextSpan */ public function setText(TextSpan $text) { $this->text = $text; } /** * @return TextSpan */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Token::class, 'Google_Service_CloudNaturalLanguage_Token');