A barcode recognized in an image.
A result point in image pixel coordinates.
@type point() :: %{x: float(), y: float()}
@type t() :: %Rxing.Result{ format: Rxing.format(), metadata: map(), points: [point()], raw_bytes: binary() | nil, text: String.t() | nil }