PersonLabels#
synthesized.config.PersonLabels
- class PersonLabels(title_label=None, gender_label=None, fullname_label=None, firstname_label=None, lastname_label=None, email_label=None, username_label=None, password_label=None, mobile_number_label=None, home_number_label=None, work_number_label=None)#
Column labels for the Person annotation.
See also
Person
: Annotate a dataset with address information.Methods
__init__
([title_label, gender_label, ...])Attributes
Name of column with email addresses.
Name of column with first names.
Name of column with full names.
Name of column with genders (e.g Male, Female).
Name of column with house telephone numbers.
Name of column with last names.
Name of column with mobile telephone numbers.
Name of column with passwords
Name of column with title (e.g Mr, Mrs).
Name of column with usernames names.
Name of column with work telephone numbers.
- email_label = None#
Name of column with email addresses.
- firstname_label = None#
Name of column with first names.
- fullname_label = None#
Name of column with full names.
- gender_label = None#
Name of column with genders (e.g Male, Female).
- home_number_label = None#
Name of column with house telephone numbers.
- lastname_label = None#
Name of column with last names.
- mobile_number_label = None#
Name of column with mobile telephone numbers.
- password_label = None#
Name of column with passwords
- title_label = None#
Name of column with title (e.g Mr, Mrs).
- username_label = None#
Name of column with usernames names.
- work_number_label = None#
Name of column with work telephone numbers.