ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.import / ImportDocumentResult

ImportDocumentResult

data class ImportDocumentResult

Return list of generated documentIDs in order of imported jsons from request body

Constructors

Name Summary
<init> Return list of generated documentIDs in order of imported jsons from request bodyImportDocumentResult(documentIDs: List<String>)

Properties

Name Summary
documentIDs val documentIDs: List<String>