Click or drag to resize

IWebFVExtractorGetClassification Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.core.IWebFVExtractor.GetClassification(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbWBI.Core.WebClassifier.core
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
WebSiteClassifierResult GetClassification(
	DocumentSetCase target,
	DocumentSetCaseCollectionSet cases,
	ILogBuilder logger
)

Parameters

target
Type: imbWBI.Core.WebClassifier.casesDocumentSetCase

[Missing <param name="target"/> documentation for "M:imbWBI.Core.WebClassifier.core.IWebFVExtractor.GetClassification(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

cases
Type: imbWBI.Core.WebClassifier.casesDocumentSetCaseCollectionSet

[Missing <param name="cases"/> documentation for "M:imbWBI.Core.WebClassifier.core.IWebFVExtractor.GetClassification(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbWBI.Core.WebClassifier.core.IWebFVExtractor.GetClassification(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: WebSiteClassifierResult

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.core.IWebFVExtractor.GetClassification(imbWBI.Core.WebClassifier.cases.DocumentSetCase,imbWBI.Core.WebClassifier.cases.DocumentSetCaseCollectionSet,imbSCI.Core.reporting.ILogBuilder)"]

See Also