Uses of Class
de.tudarmstadt.ukp.inception.recommendation.imls.external.Document
-
-
Uses of Document in de.tudarmstadt.ukp.inception.recommendation.imls.external
Methods in de.tudarmstadt.ukp.inception.recommendation.imls.external that return Document Modifier and Type Method Description Document
PredictionRequest. getDocument()
Methods in de.tudarmstadt.ukp.inception.recommendation.imls.external that return types with arguments of type Document Modifier and Type Method Description java.util.List<Document>
TrainingRequest. getDocuments()
Methods in de.tudarmstadt.ukp.inception.recommendation.imls.external with parameters of type Document Modifier and Type Method Description void
PredictionRequest. setDocument(Document aDocument)
Method parameters in de.tudarmstadt.ukp.inception.recommendation.imls.external with type arguments of type Document Modifier and Type Method Description void
TrainingRequest. setDocuments(java.util.List<Document> aDocuments)
-