Web-based responsive document annotation tool
activeannoservice / document / 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.