Packages

Elixir interface for OpenALPR API.

Current section

Files

Jump to
open_alpr lib candidate.ex
Raw

lib/candidate.ex

defmodule OpenALPR.Candidate do
defstruct [:matches_template, :plate, :confidence]
end