Read Barcode as Binary data using Aspose.BarCode REST API

Hi , I would like to know if it is possible to get the data from a barcode readed as a binary and not a string , using.your REST API.
Thanks in advance

@DavidIdentica97

I am afraid currently BarcodeResponse returns barcode value as a text string. You can convert the text string to binary in your code/app easily.