Web-based responsive document annotation tool
activeannoservice / api.manage / DocumentStatistics
data class DocumentStatistics
Individual statistics for a document
| Name | Summary |
|---|---|
| <init> | Individual statistics for a documentDocumentStatistics(annotatorCorrectness: Map<UserIdentifier, Boolean>, annotatorsAgree: Boolean, generatorCorrect: Boolean? = null) |
| Name | Summary |
|---|---|
| annotatorCorrectness | val annotatorCorrectness: Map<UserIdentifier, Boolean> |
| annotatorsAgree | val annotatorsAgree: Boolean |
| generatorCorrect | val generatorCorrect: Boolean? |