ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / document / addFinalizedAnnotationResultForProject

addFinalizedAnnotationResultForProject

suspend fun Document.addFinalizedAnnotationResultForProject(project: Project, finalizedAnnotationResult: FinalizedAnnotationResult, checkWebHooks: Boolean, applyPolicy: Boolean, overwriteFinalizedAnnotations: Boolean = false, curationRequest: String? = null, annotationSchema: DenormalizedAnnotationSchema? = null): ProjectAnnotationData

Extension function to add FinalizedAnnotationResult to a Document and a Project. Might also do logic related to the Project after adding the result.