.. index:: 
  !FaceOcclusionScores.mouthOcclusionScore Property

.. _id3_face_face_occlusion_scores_mouth_occlusion_score_struct_member:

===============================================================================
FaceOcclusionScores.mouthOcclusionScore Property
===============================================================================

Structure: :ref:`FaceOcclusionScores<id3_face_face_occlusion_scores_struct>`

Definition
----------

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

100 means that the mouth is definitely occluded.

.. hint:: The recommended threshold is 30.


.. tab-set::

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

    .. code:: Python

      int mouth_occlusion_score

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

    .. code:: Dart

      int mouthOcclusionScore

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

    .. code:: C#

      int MouthOcclusionScore

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

    .. code:: Java

      int mouthOcclusionScore

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

    .. code:: Swift

      Int mouthOcclusionScore

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

    .. code:: C

      int MouthOcclusionScore

