ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage / AnalyzedDocument

AnalyzedDocument

data class AnalyzedDocument

A document with additional statistics like agreement and correctness

Constructors

Name Summary
<init> A document with additional statistics like agreement and correctnessAnalyzedDocument(documentID: DocumentID, storeTimestamp: Long, documentData: Map<String, Any>, documentStatistics: DocumentStatistics, perAnnotationStatistics: Map<AnnotationID, DocumentStatistics>, analyzedAnnotationResults: List<AnalyzedAnnotationResult>, finalizedAnnotationResult: FinalizedAnnotationResultForAnalysis)

Properties

Name Summary
analyzedAnnotationResults val analyzedAnnotationResults: List<AnalyzedAnnotationResult>
documentData val documentData: Map<String, Any>
documentID val documentID: DocumentID
documentStatistics val documentStatistics: DocumentStatistics
finalizedAnnotationResult val finalizedAnnotationResult: FinalizedAnnotationResultForAnalysis
perAnnotationStatistics val perAnnotationStatistics: Map<AnnotationID, DocumentStatistics>
storeTimestamp val storeTimestamp: Long