examples property

List<List<String>>? examples
getter/setter pair

A list of examples with labels, in the following format: [[\"The movie is so interesting.\", \"Positive\"], [\"It is quite boring.\", \"Negative\"], ...] All the label strings will be normalized to be capitalized. You should specify either examples or file, but not both.

Implementation

List<List<String>>? examples;