Click or drag to resize

ISpiderTarget Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbCommonModels.webStructure.ISpiderTarget"]

Namespace:  imbCommonModels.webStructure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface ISpiderTarget

The ISpiderTarget type exposes the following members.

Properties
  NameDescription
Public propertycontent
TF-IDF table of page content
Public propertycontentBlocks
Public propertycontentTree
Public propertyduplicateOf
Public propertyisDuplicate
Public propertyIsRelevant
Gets a value indicating whether this target is relevant. (shortcut for testing evaluation result language)
Public propertyiterationDiscovery
Discovery iteration
Public propertyiterationLoaded
Public propertykey
Public propertypage
Attached page
Public propertypageHash
Public propertypageText
Public propertytargetHash
Public propertytokens
TF-IDF table describing this target - tokens that are extracted from URL and link anchor text (TST)
Public propertyurl
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ISpiderTarget
Public methodGetHtmlDocument
Public methodGetIndexPage
Top
See Also