Click or drag to resize

DCNGramWeight Enumeration

NGram weights.

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public enum DCNGramWeight
Members
  Member nameValueDescription
None-1 Uninitialized.
Prohibited0 The document is excluded from the class if it contains the NGram
Normal1 The default weight
Level12 The NGram is important it has extra weight
Level23 The NGram is more important it has more extra weight
Mandatory4 The document is excluded from the class if it does not contain the NGram
See Also