Interface protos.google.cloud.language.v2.IAnalyzeSentimentResponse (7.1.0)

Properties of an AnalyzeSentimentResponse.

Package

@google-cloud/language

Properties

documentSentiment

documentSentiment?: (google.cloud.language.v2.ISentiment|null);

AnalyzeSentimentResponse documentSentiment

languageCode

languageCode?: (string|null);

AnalyzeSentimentResponse languageCode

languageSupported

languageSupported?: (boolean|null);

AnalyzeSentimentResponse languageSupported

sentences

sentences?: (google.cloud.language.v2.ISentence[]|null);

AnalyzeSentimentResponse sentences