Click or drag to resize

pipelineModelExecutionContextexitSubjects Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Subjects that were completed

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public ConcurrentBag<IPipelineTaskSubject> exitSubjects { get; protected set; }

Property Value

Type: ConcurrentBagIPipelineTaskSubject
The exit subjects.
See Also