DocumentClassifierProjectSetStopWords Method
|
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetStopWords(
LANGUAGES Language,
string[] StopWords
)
Public Sub SetStopWords (
Language As LANGUAGES,
StopWords As String()
)
public:
void SetStopWords(
[InAttribute] LANGUAGES Language,
[InAttribute] array<String^>^ StopWords
)
Parameters
- Language
- Type: OmniPageCSDK.IproPlusLANGUAGES
- StopWords
- Type: SystemString
See Also