Demografix.AgifyPrediction (Demografix v0.1.0)

Copy Markdown View Source

One agify prediction inside a batch result. Carries no quota of its own.

Summary

Types

t()

@type t() :: %Demografix.AgifyPrediction{
  age: integer() | nil,
  count: integer(),
  country_id: String.t() | nil,
  name: String.t()
}