Text Classification Input

Input representation for text classifications request submission.
JSON example
1{
2    "textList": [
3        "description not matching one aaa",
4        "Runs big",
5        "color is different",
6        "color is different",
7        "Didn't fit",
8        "bad quality",
9        "Wrong color",
10        "Didn't like",
11        "Didn't like"
12    ],
13    "classifiers": [
14       "Runs big",
15       "Runs small",
16       "Defective",
17       "Inaccurate Description",
18       "Color does",
19       "Item arrived late",
20       "Other"
21    ]
22}
Properties
Name Type Description Required or Optional Available Version
classifiers String[] List of classifiers according to which text has to be classified. Required 59.0
textList String[] List of text to be classified. Required 59.0