.. index:: 
  !GlassesAttributes.heavyFrame Property

.. _id3_face_glasses_attributes_heavy_frame_struct_member:

===============================================================================
GlassesAttributes.heavyFrame Property
===============================================================================

Structure: :ref:`GlassesAttributes<id3_face_glasses_attributes_struct>`

Definition
----------

Value, from 0 to 100, indicating if the glasses' frame is too heavy.

0 means that the frame is super thick.

.. hint:: The recommended value is over 20.


.. tab-set::

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

    .. code:: Python

      int heavy_frame

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

    .. code:: Dart

      int heavyFrame

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

    .. code:: C#

      int HeavyFrame

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

    .. code:: Java

      int heavyFrame

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

    .. code:: Swift

      Int heavyFrame

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

    .. code:: C

      int HeavyFrame

