Home
last modified time | relevance | path

Searched refs:Sentiment (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DSentence.php22 protected $sentimentType = Sentiment::class;
28 * @param Sentiment
30 public function setSentiment(Sentiment $sentiment)
35 * @return Sentiment
H A DEntityMention.php22 protected $sentimentType = Sentiment::class;
32 * @param Sentiment
34 public function setSentiment(Sentiment $sentiment)
39 * @return Sentiment
H A DAnalyzeSentimentResponse.php23 protected $documentSentimentType = Sentiment::class;
33 * @param Sentiment
35 public function setDocumentSentiment(Sentiment $documentSentiment)
40 * @return Sentiment
H A DEntity.php37 protected $sentimentType = Sentiment::class;
101 * @param Sentiment
103 public function setSentiment(Sentiment $sentiment)
108 * @return Sentiment
H A DAnnotateTextResponse.php25 protected $documentSentimentType = Sentiment::class;
53 * @param Sentiment
55 public function setDocumentSentiment(Sentiment $documentSentiment)
60 * @return Sentiment
H A DSentiment.php20 class Sentiment extends \Google\Model class
62 class_alias(Sentiment::class, 'Google_Service_CloudNaturalLanguage_Sentiment');