Rxing.Result (Rxing v0.1.0)

Copy Markdown View Source

A barcode recognized in an image.

Summary

Types

A result point in image pixel coordinates.

t()

Types

point()

@type point() :: %{x: float(), y: float()}

A result point in image pixel coordinates.

t()

@type t() :: %Rxing.Result{
  format: Rxing.format(),
  metadata: map(),
  points: [point()],
  raw_bytes: binary() | nil,
  text: String.t() | nil
}