All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prerna.om.NLPDocumentInput Maven / Gradle / Ivy

The newest version!
package prerna.om;

public class NLPDocumentInput {

	String type = "PLAIN_TEXT";
	String content = null;
	
	public String getType() {
		return type;
	}
	public void setType(String type) {
		this.type = type;
	}
	public String getContent() {
		return content;
	}
	public void setContent(String content) {
		this.content = content;
	}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy