DCProjectGetStopWords Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic List<DCStopWord> GetStopWords(
LANGUAGES lang
)
Public Function GetStopWords (
lang As LANGUAGES
) As List(Of DCStopWord)
public:
List<DCStopWord^>^ GetStopWords(
LANGUAGES lang
)
Parameters
- lang
- Type: Kofax.OmniPageCSDK.ArgTypesLANGUAGES
Return Value
Type:
ListDCStopWord
See Also