Web-based responsive document annotation tool
activeannoservice / project.annotationschema / AnnotationStepKey
sealed class AnnotationStepKey
Base class for subclasses that define how some data from a Document or GeneratedAnnotationData is extracted and used for EnableCondition or annotation generation.
Name | Summary |
---|---|
getValue | abstract fun getValue(document: Document , annotations: AnnotationMap ): Any ? |
Name | Summary |
---|---|
AnnotationsKey | Get some data from some annotationsdata class AnnotationsKey : AnnotationStepKey |
OriginalDocumentKey | Get some data from the originalDocument of a Documentdata class OriginalDocumentKey : AnnotationStepKey |