Click or drag to resize

WebDomainCategoryGetCategories Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.GetCategories(System.Int32)"]

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public List<WebDomainCategory> GetCategories(
	int depthOffset = 1
)

Parameters

depthOffset (Optional)
Type: SystemInt32

[Missing <param name="depthOffset"/> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.GetCategories(System.Int32)"]

Return Value

Type: ListWebDomainCategory

[Missing <returns> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.GetCategories(System.Int32)"]

See Also