Text Result
Applies To
Vision Objects: CodeReader, OCR
Description
Returns the text found in a search operation.
Usage
VGet Sequence.Object.Text [(result)], var
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- String variable that will contain the value of the property.
- result
- Optional result number. If omitted, the result number is the CurrentResult.
Values
String.
Remarks
The Text result returns the text found by an OCR or CodeReader object. Invalid characters will be substituted with the character specified the the InvalidChar property.
See Also
CodeReader Object, Found Result, InvalidChar Property, OCR Object, Score Result