content property

List<String>? content
getter/setter pair

The content of the input in string format.

For now only one sentence per request is supported.

Required.

Implementation

core.List<core.String>? content;