abacusai.stt_gen_settings ========================= .. py:module:: abacusai.stt_gen_settings Classes ------- .. autoapisummary:: abacusai.stt_gen_settings.SttGenSettings Module Contents --------------- .. py:class:: SttGenSettings(client, settings=None, model={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` STT generation settings :param client: An authenticated API Client instance :type client: ApiClient :param settings: The settings for each model. :type settings: dict :param model: Dropdown for models available for STT generation. :type model: SttGenModel .. py:attribute:: settings :value: None .. py:attribute:: model .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict