global class TextClassificationsInputRepresentation {
|
global List<String> classifiers;
|
global List<String> textList;
|
global TextClassificationsInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|