OCRZone.UserDictSection Property
|
This property returns which section of the selected user dictionary was used in this OCR zone during recognition.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string UserDictSection { get; }
Public ReadOnly Property UserDictSection As String
Get
public:
property String^ UserDictSection {
String^ get ();
}
Property Value
Type:
String
Remarks
An empty string means that no user dictionary was used.
See Also