.. index:: 
  !PhotographicAttributes.naturalSkinColor Property

.. _id3_face_photographic_attributes_natural_skin_color_struct_member:

===============================================================================
PhotographicAttributes.naturalSkinColor Property
===============================================================================

Structure: :ref:`PhotographicAttributes<id3_face_photographic_attributes_struct>`

Definition
----------

Value, from 0 to 100, indicating if the skin looks natural.

0 means that the face does not have a natural skin color at all.

.. hint:: The recommended threshold is over 5.


.. tab-set::

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

    .. code:: Python

      int natural_skin_color

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

    .. code:: Dart

      int naturalSkinColor

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

    .. code:: C#

      int NaturalSkinColor

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

    .. code:: Java

      int naturalSkinColor

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

    .. code:: Swift

      Int naturalSkinColor

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

    .. code:: C

      int NaturalSkinColor

