abacusai.hume_voice =================== .. py:module:: abacusai.hume_voice Classes ------- .. autoapisummary:: abacusai.hume_voice.HumeVoice Module Contents --------------- .. py:class:: HumeVoice(client, name=None, gender=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Hume Voice :param client: An authenticated API Client instance :type client: ApiClient :param name: The name of the voice. :type name: str :param gender: The gender of the voice. :type gender: str .. py:attribute:: name :value: None .. py:attribute:: gender :value: None .. 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