Interface protos.google.cloud.language.v1.IAnalyzeSentimentResponse (4.2.9)

Properties of an AnalyzeSentimentResponse.

Package

@google-cloud/language!

Properties

documentSentiment

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

AnalyzeSentimentResponse documentSentiment

Property Value
TypeDescription
(google.cloud.language.v1.ISentiment|null)

language

language?: (string|null);

AnalyzeSentimentResponse language

Property Value
TypeDescription
(string|null)

sentences

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

AnalyzeSentimentResponse sentences

Property Value
TypeDescription
(google.cloud.language.v1.ISentence[]|null)