Demografix.Nationalize (Demografix v0.1.0)

Copy Markdown View Source

A single nationalize result: the prediction fields plus the response :quota.

:country is a list of up to five Demografix.NationalizeCountry candidates in descending probability, empty when there is no match.

Summary

Types

t()

@type t() :: %Demografix.Nationalize{
  count: integer(),
  country: [Demografix.NationalizeCountry.t()],
  name: String.t(),
  quota: Demografix.Quota.t()
}