Click or drag to resize

WrapperTypeEnum Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Designates way and kind of data extraction, in WrapperModelGraph

Namespace:  imbWBI.Core.WebHarvester.wrapper
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
[FlagsAttribute]
public enum WrapperTypeEnum
Members
  Member nameValueDescription
none0
rootModel1 The root model
linkHarvest2 Links harvest
imageHarvest4 Images harvest
textHarvest8 Extracts text
htmlHarvest16 HTML extraction
tableHarvest32 Table harvest
See Also