Documentation For Encog 2.x

IExtract Interface

Provides the basic interface that any extractor must support. An extractor is a class that is capable of extracting certain types of data from web data. For example, the ExtractWords extractor is used to extract all of the words from a web page.

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

public interface IExtract

Types that implement IExtract

Type Description
BasicExtract Implements the basic functionality that most extractors will need to implement. Mostly this involves maintaining a collection of the extraction listeners that will receive events as the extraction occurs.
ExtractWords An extractor that is designed to extract all of the words from a web page.

Requirements

Namespace: Encog.Bot.Browse.Extract

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

See Also

IExtract Members | Encog.Bot.Browse.Extract Namespace