ResultImageItemGetBarcodes Method |
List of barcodes recognized on the image.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Dictionary<string, Object>> GetBarcodes()
Public Function GetBarcodes As List(Of Dictionary(Of String, Object))
public:
List<Dictionary<String^, Object^>^>^ GetBarcodes()
member GetBarcodes : unit -> List<Dictionary<string, Object>>
Return Value
Type:
ListDictionaryString,
Objectbarcodes recognized or empty list if recognition is not performed or none is recognized.
See Also