Demografix.Genderize (Demografix v0.1.0)

Copy Markdown View Source

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

:gender is "male", "female", or nil. :country_id is set only when the request sent a country_id.

Summary

Types

t()

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