rawBytes property

Uint8List rawBytes
final

The raw bytes from the Vision API, including header and padding bytes.

If the original barcode is not encoded in UTF-8, this field can be used for manual conversion.

Only available on iOS 17.0+ / macOS 14.0+. On older OS versions, DecodedVisionBarcodeBytes will not be returned.

Implementation

final Uint8List rawBytes;