Click or drag to resize

IPropertyExtractionTreeNode Methods

The IPropertyExtractionTreeNode type exposes the following members.

Methods
 NameDescription
Public methodEnumeratePropertyNames Enumerates all property names in the name splitter tree.
Public methodStatic memberEnumeratePropertyNames(IPropertyExtractionTreeNode) Enumerates all property names in the name splitter tree, starting from the specified root node.
Public methodExtractProperties(String) Extracts properties from the given text using the configured name splitter and property evaluators.
Public methodStatic memberExtractProperties(IPropertyExtractionTreeNode, String) Extracts properties from the given text using the configured name splitter and property evaluators.
Top
See Also