.. index:: 
  !FaceAttributes.male Property

.. _id3_face_face_attributes_male_struct_member:

===============================================================================
FaceAttributes.male Property
===============================================================================

Structure: :ref:`FaceAttributes<id3_face_face_attributes_struct>`

Definition
----------

Value, from 0 to 100, indicating the estimated gender of the subject.

A value near 0 suggests that the subject is estimated to be female.

A value near 100 suggests that the subject is estimated to be male.


.. tab-set::

  .. tab-item:: Python
    :sync: Python

    .. code:: Python

      int male

  .. tab-item:: Dart
    :sync: Dart

    .. code:: Dart

      int male

  .. tab-item:: C#
    :sync: C#

    .. code:: C#

      int Male

  .. tab-item:: Java
    :sync: Java

    .. code:: Java

      int male

  .. tab-item:: Swift
    :sync: Swift

    .. code:: Swift

      Int male

  .. tab-item:: C
    :sync: C

    .. code:: C

      int Male

