/// 2D barcode formats typically encode text, but allow for a sort of 'byte mode'
/// which is sometimes used to encode binary data. While makes available
/// the complete raw bytes in the barcode for these formats, it does not offer the bytes
/// from the byte segments alone.
///
/// This maps to a of byte arrays corresponding to the
/// raw bytes in the byte segments in the barcode, in order.
///
BYTE_SEGMENTS,
///