sentences property

List<Sentence>? sentences
getter/setter pair

The sentiment for all the sentences in the document.

Implementation

core.List<Sentence>? sentences;