Reference documentation and code samples for the Cloud Natural Language V2 Client class AnalyzeSentimentResponse.
The sentiment analysis response message.
Generated from protobuf message google.cloud.language.v2.AnalyzeSentimentResponse
Namespace
Google \ Cloud \ Language \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ document_sentiment
↳ language_code
string
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See Document.language field for more details.
↳ sentences
↳ language_supported
bool
Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.
getDocumentSentiment
The overall sentiment of the input document.
hasDocumentSentiment
clearDocumentSentiment
setDocumentSentiment
The overall sentiment of the input document.
$this
getLanguageCode
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language.
See Document.language field for more details.
string
setLanguageCode
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language.
See Document.language field for more details.
var
string
$this
getSentences
The sentiment for all the sentences in the document.
setSentences
The sentiment for all the sentences in the document.
$this
getLanguageSupported
Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.
bool
setLanguageSupported
Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.
var
bool
$this