Ingested

data class Ingested(val sourceId: String, val propositions: List<Proposition>) : ArtifactOutcome

The artifact was newly ingested, yielding propositions.

Constructors

Link copied to clipboard
constructor(sourceId: String, propositions: List<Proposition>)

Properties

Link copied to clipboard

The propositions extracted from the artifact (unsaved)

Link copied to clipboard
open override val sourceId: String

The artifact's source id