abacusai.tone_details ===================== .. py:module:: abacusai.tone_details Classes ------- .. autoapisummary:: abacusai.tone_details.ToneDetails Module Contents --------------- .. py:class:: ToneDetails(client, voiceId=None, name=None, gender=None, language=None, age=None, accent=None, useCase=None, description=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Tone details for audio :param client: An authenticated API Client instance :type client: ApiClient :param voiceId: The voice id :type voiceId: str :param name: The name :type name: str :param gender: The gender :type gender: str :param language: The language :type language: str :param age: The age :type age: str :param accent: The accent :type accent: str :param useCase: The use case :type useCase: str :param description: The description :type description: str .. py:attribute:: voice_id :value: None .. py:attribute:: name :value: None .. py:attribute:: gender :value: None .. py:attribute:: language :value: None .. py:attribute:: age :value: None .. py:attribute:: accent :value: None .. py:attribute:: use_case :value: None .. py:attribute:: description :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