ScanReport

The outcome of one scan pass.

Usage

Source

ScanReport(
    scanned,
    inserted,
)

Parameter Attributes

scanned: int
inserted: int

Attributes

scanned: int

The number of transcripts parsed and recorded.

inserted: int
The number of newly inserted feedback events.