.. index:: 
  !FaceOcclusionScores.leftEyeOcclusionScore Property

.. _id3_face_face_occlusion_scores_left_eye_occlusion_score_struct_member:

===============================================================================
FaceOcclusionScores.leftEyeOcclusionScore Property
===============================================================================

Structure: :ref:`FaceOcclusionScores<id3_face_face_occlusion_scores_struct>`

Definition
----------

Value, from 0 to 100, indicating whether the left eye is occluded or not.

100 means that the left eye is definitely occluded.

.. hint:: The recommended threshold is 50.


.. tab-set::

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

    .. code:: Python

      int left_eye_occlusion_score

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

    .. code:: Dart

      int leftEyeOcclusionScore

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

    .. code:: C#

      int LeftEyeOcclusionScore

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

    .. code:: Java

      int leftEyeOcclusionScore

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

    .. code:: Swift

      Int leftEyeOcclusionScore

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

    .. code:: C

      int LeftEyeOcclusionScore

