@sebbo2002/genderize - v5.0.2-develop.10
    Preparing search index...

    Interface GenderizeResponseWithCountry

    interface GenderizeResponseWithCountry {
        count: number;
        country_id: string;
        gender: null | GenderizeGender;
        name: string;
        probability: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    count: number

    The number of data rows examined in order to calculate the API response

    country_id: string

    ISO 3166-1 alpha-2 country code which was used for this prediction

    gender: null | GenderizeGender

    Either a [[GenderizeGender]] value (male/female) or null if the API was not able to predict a gender.

    name: string

    Name which was used for this prediction

    probability: number

    Value between 0 and 1 (including)