Web-based responsive document annotation tool
activeannoservice / api.manage / AnalyzedDocument
data class AnalyzedDocument
A document with additional statistics like agreement and correctness
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 ) |
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 |