sentences property

List<Sentence>? sentences
getter/setter pair

Sentences in the input document.

Populated if the user enables AnnotateTextRequest.Features.extract_syntax.

Implementation

core.List<Sentence>? sentences;