Click or drag to resize

cloudMatrixAnalysisReportpublishCloud Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Publishes the cloud.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public void publishCloud(
	lemmaSemanticCloud cloud,
	string namePrefix = "initial",
	string descAdd = ""
)

Parameters

cloud
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaSemanticCloud
The cloud.
namePrefix (Optional)
Type: SystemString
The name prefix.
descAdd (Optional)
Type: SystemString
The desc add.
See Also