Documentation For Encog 2.x

IExtractListener Interface

The ExtractListener interface defines a class that can receive extraction events as an extraction process occurs.

For a list of all members of this type, see IExtractListener Members .

public interface IExtractListener

Types that implement IExtractListener

Type Description
ListExtractListener A simple implementation of the ExtractListener interface that will listen for words and add them to a list. This allows you to quickly build a list of all of the words on a web page.

Requirements

Namespace: Encog.Bot.Browse.Extract

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

IExtractListener Members | Encog.Bot.Browse.Extract Namespace