.. index:: 
  !PhotographicAttributes.flashReflection Property

.. _id3_face_photographic_attributes_flash_reflection_struct_member:

===============================================================================
PhotographicAttributes.flashReflection Property
===============================================================================

Structure: :ref:`PhotographicAttributes<id3_face_photographic_attributes_struct>`

Definition
----------

Value, from 0 to 100, indicating if a flash reflection is present on the face.

100 means that there is no flash reflection.

.. hint:: The recommended threshold is 70.


.. tab-set::

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

    .. code:: Python

      int flash_reflection

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

    .. code:: Dart

      int flashReflection

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

    .. code:: C#

      int FlashReflection

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

    .. code:: Java

      int flashReflection

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

    .. code:: Swift

      Int flashReflection

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

    .. code:: C

      int FlashReflection

