Click or drag to resize

ClassifierProgressEventArgs(ClassificationResult, Int32, Int32, String) Constructor

Initializes a new instance of the ClassifierProgressEventArgs class.

Namespace: RelaxIS_SDK.Plugins.Classifier
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public ClassifierProgressEventArgs(
	ClassificationResult intermediateResults,
	int progress,
	int maxProgress,
	string message
)

Parameters

intermediateResults  ClassificationResult
The intermediate results.
progress  Int32
The current progress.
maxProgress  Int32
The maximum progress value.
message  String
The status message.
See Also