DocumentClassifierProjectGetDefaultStopWords 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 string[] GetDefaultStopWords(
LANGUAGES Language
)
Public Function GetDefaultStopWords (
Language As LANGUAGES
) As String()
public:
array<String^>^ GetDefaultStopWords(
[InAttribute] LANGUAGES Language
)
Parameters
- Language
- Type: Kofax.OmniPageCSDK.IproPlusLANGUAGES
Return Value
Type:
String
See Also