Click or drag to resize

TextDocumentBaselabels Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Labels attached to the document (i.e. categories)

Namespace:  imbNLP.Toolkit
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<string> labels { get; set; }

Property Value

Type: ListString
The labels.
See Also