Click or drag to resize

pipelineNodeBinTisRunningInRoutedCounterMode Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets a value indicating whether this instance is running in routed counter mode.

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public bool isRunningInRoutedCounterMode { get; }

Property Value

Type: Boolean
true if this instance is running in routed counter mode; otherwise, false.
See Also