Constructs a new instance of this class.
Namespace: Cognex.Vision.ViDiELAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.1.1
public OCRBasicFielding(
string allowedCharacters,
uint numLines
)
public OCRBasicFielding(
string allowedCharacters,
uint numLines
)
Public Sub New (
allowedCharacters As String,
numLines As UInteger
)
Public Sub New (
allowedCharacters As String,
numLines As UInteger
)
public:
OCRBasicFielding(
String^ allowedCharacters,
unsigned int numLines
)
public:
OCRBasicFielding(
String^ allowedCharacters,
unsigned int numLines
)
Parameters
- allowedCharacters
- Type: System String
The characters that must be in the characters in the image
- numLines
- Type: System UInt32
The number of expected lines in the characters in the image