public class DocumentSample extends Object implements Serializable
| Constructor and Description | 
|---|
| DocumentSample(String category,
              String[] text) | 
| DocumentSample(String category,
              String[] text,
              Map<String,Object> extraInformation) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getCategory() | 
| Map<String,Object> | getExtraInformation() | 
| String[] | getText() | 
| int | hashCode() | 
| String | toString() | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.