Template Model
data class TemplateModel(val context: SourceAnalysisContext, val chunk: <Error class: unknown class>, val schemaAdherence: SchemaAdherence, val existingPropositions: List<Proposition>, val perspective: ExtractionPerspective = ExtractionPerspective.ALL) : ExtractionConfig
Model passed to the Jinja template for proposition extraction.
Constructors
Link copied to clipboard
constructor(context: SourceAnalysisContext, chunk: <Error class: unknown class>, schemaAdherence: SchemaAdherence, existingPropositions: List<Proposition>, perspective: ExtractionPerspective = ExtractionPerspective.ALL)