Demografix.GenderizePrediction (Demografix v0.1.0)

Copy Markdown View Source

One genderize prediction inside a batch result. Carries no quota of its own; the batch holds one quota for the whole response.

Summary

Types

t()

@type t() :: %Demografix.GenderizePrediction{
  count: integer(),
  country_id: String.t() | nil,
  gender: String.t() | nil,
  name: String.t(),
  probability: float()
}