ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage / DocumentStatistics

DocumentStatistics

data class DocumentStatistics

Individual statistics for a document

Constructors

Name Summary
<init> Individual statistics for a documentDocumentStatistics(annotatorCorrectness: Map<UserIdentifier, Boolean>, annotatorsAgree: Boolean, generatorCorrect: Boolean? = null)

Properties

Name Summary
annotatorCorrectness val annotatorCorrectness: Map<UserIdentifier, Boolean>
annotatorsAgree val annotatorsAgree: Boolean
generatorCorrect val generatorCorrect: Boolean?