BarcodeScannerSessionGetNewlyLocalizedCodes Method |
Get codes localized but not recognized in the last processed frame.
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public IEnumerable<Barcode> GetNewlyLocalizedCodes()
Public Function GetNewlyLocalizedCodes As IEnumerable(Of Barcode)
public:
IEnumerable<Barcode^>^ GetNewlyLocalizedCodes()
member GetNewlyLocalizedCodes : unit -> IEnumerable<Barcode>
Return Value
Type:
IEnumerableBarcodeThe list of codes localized but not recognized in the last processed frame.
Use
GetNewlyRecognizedCodes for a list of recognized codes in the last frame.
See Also