Click or drag to resize

IPipelineTaskcurrentNode Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Current node where the task is

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
IPipelineNode currentNode { get; }

Property Value

Type: IPipelineNode
The current node.
See Also