ExtractionBatchCompleted

data class ExtractionBatchCompleted constructor(val stats: PropositionExtractionStats, val timestamp: Instant = Instant.now()) : DiceEvent

A batch of text finished extraction, carrying the stats on what came out of it.

Constructors

Link copied to clipboard
constructor(stats: PropositionExtractionStats, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard

How the extraction batch broke down by outcome.

Link copied to clipboard
open val timestamp: Instant

When the event was created.