/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/TextSpan.php (1378B)
beginOffset = $beginOffset; } /** * @return int */ public function getBeginOffset() { return $this->beginOffset; } /** * @param string */ public function setContent($content) { $this->content = $content; } /** * @return string */ public function getContent() { return $this->content; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TextSpan::class, 'Google_Service_CloudNaturalLanguage_TextSpan');