contents property

List<String>? contents
getter/setter pair

The content of the input in string format.

We recommend the total content be less than 30,000 codepoints. The max length of this field is 1024. Use BatchTranslateText for larger text.

Required.

Implementation

core.List<core.String>? contents;