Click or drag to resize

TextDocumentBaselabels Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Labels attached to the document (i.e. categories)

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

Property Value

Type: ListString
The labels.
See Also