DocumentClassifierProject.SetStopWords Method
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.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: Kofax.OmniPageCSDK.IproPlus.LANGUAGES
- StopWords
- Type:System.String[]
See Also