Click or drag to resize

pipelineModelExecutionContexttrashSubjects Property

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

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

Property Value

Type: ConcurrentBagIPipelineTaskSubject
The trash subjects.
See Also