.. index:: 
  !PhotographicAttributes.overExposure Property

.. _id3_face_photographic_attributes_over_exposure_struct_member:

===============================================================================
PhotographicAttributes.overExposure Property
===============================================================================

Structure: :ref:`PhotographicAttributes<id3_face_photographic_attributes_struct>`

Definition
----------

Value, from 0 to 100, indicating the ratio of face pixels that are over-exposed.

0 means that the face is not over-exposed at all.

.. hint:: The recommended value is under 50.


.. tab-set::

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

    .. code:: Python

      int over_exposure

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

    .. code:: Dart

      int overExposure

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

    .. code:: C#

      int OverExposure

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

    .. code:: Java

      int overExposure

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

    .. code:: Swift

      Int overExposure

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

    .. code:: C

      int OverExposure

