.. index:: 
  !Portrait.qualityCheckpoints Property

.. _id3_face_portrait_quality_checkpoints_class_member:

===============================================================================
Portrait.qualityCheckpoints Property
===============================================================================

Module: :ref:`Portrait<id3_face_portrait_class>`

Type: :ref:`PortraitQualityCheckpoints<id3_face_portrait_quality_checkpoints_struct>`

Definition
----------

Quality check points of the portrait.


.. tab-set::

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

    .. code:: Python

      quality_checkpoints: PortraitQualityCheckpoints


    **Exceptions**

      .. line-block::

        :ref:`FaceException<id3_face_face_exception>`
        An error has occurred during Face Library execution.

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

    .. code:: Dart

      PortraitQualityCheckpoints get qualityCheckpoints => getQualityCheckpoints();


    **Exceptions**

      .. line-block::

        :ref:`FaceException<id3_face_face_exception>`
        An error has occurred during Face Library execution.

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

    .. code:: C#

      public PortraitQualityCheckpoints qualityCheckpoints
      {
          get => GetqualityCheckpoints();
      }


    **Exceptions**

      .. line-block::

        :ref:`FaceException<id3_face_face_exception>`
        An error has occurred during Face Library execution.

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

    .. code:: Java

      public PortraitQualityCheckpoints getQualityCheckpoints() throws FaceException


    **Exceptions**

      .. line-block::

        :ref:`FaceException<id3_face_face_exception>`
        An error has occurred during Face Library execution.

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

    .. code:: Swift

      public var qualityCheckpoints: PortraitQualityCheckpoints
          get {
              return try! getQualityCheckpoints()
          }
      }


    **Exceptions**

      .. line-block::

        :ref:`FaceException<id3_face_face_exception>`
        An error has occurred during Face Library execution.

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

    .. code:: C

      int id3FacePortrait_GetQualityCheckpoints (ID3_FACE_PORTRAIT hPortrait, id3FacePortraitQualityCheckpoints * sQualityCheckpoints)

    **Returns**
   
      .. line-block::

        ``int``
        An error code.
        See :ref:`id3FaceError<id3_face_face_error_enum>` file for the list of possible error codes.

