.. index:: 
  !ColorBasedPadResult Structure

.. _id3_face_color_based_pad_result_struct:

===============================================================================
ColorBasedPadResult Structure
===============================================================================

Namespace: :ref:`id3.Face<reference_face>`

.. toctree::
  :hidden:

  confidence<confidence>
  score<score>

Definition
----------
.. line-block::
    Represents the result of the color-based PAD method.

.. tab-set::

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

    .. code:: Python

      class ColorBasedPadResult

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

    .. code:: Dart

      class ColorBasedPadResult

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

    .. code:: C#

      public partial struct ColorBasedPadResult

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

    .. code:: Java

      public class ColorBasedPadResult

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

    .. code:: Swift

      public typealias ColorBasedPadResult = id3FaceColorBasedPadResult

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

    .. code:: C

      typedef struct id3FaceColorBasedPadResult


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 5 5 90
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - :ref:`confidence<id3_face_color_based_pad_result_confidence_struct_member>`
    - int
    - Confidence score of the color-based PAD algorithm, in the range [0:100].
  * - :ref:`score<id3_face_color_based_pad_result_score_struct_member>`
    - int
    - Color-based PAD score, in the range [0:100].
