CVB.Net 14.0
ConsistencyCheckEventArgs Class Reference

Event data for the ConsistencyCheckProgress events on various objects. More...

Inherits EventArgs.

Properties

int LinesToBeDone [get]
 The number of lines that still need to be processed.
 
TrainingSet.ImageInfo Image [get]
 Image that is currently being processed.
 
TrainingSet.ModelInfo Model [get]
 Model that is currently being processed.
 
bool Continue [get, set]
 Set this flag to More...
 

Detailed Description

Event data for the ConsistencyCheckProgress events on various objects.

Property Documentation

◆ Continue

bool Continue
getset

Set this flag to

false to interrupt the current consistency check.