/// Encapsulates the result of decoding a barcode within an image.
///
/// @author Sean Owen
///
public sealed class Result
{
private readonly string text;
private readonly sbyte[] rawBytes;
private ResultPoint[] resultPoints;
private readonly BarcodeFormat format;
private IDictionary