Click or drag to resize

lineEvaluator Delegate

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
External delegate used for custom text line evaluation, used to split file content into named groups.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public delegate string lineEvaluator(
	string lineInput
)
Request Example View Source

Parameters

lineInput
Type: SystemString
Input line sent for classification

Return Value

Type: String
Name of the group to classify the input line into. Returns "none" if the line should be excluded.
See Also