abacusai.stt_gen_model ====================== .. py:module:: abacusai.stt_gen_model Classes ------- .. autoapisummary:: abacusai.stt_gen_model.SttGenModel Module Contents --------------- .. py:class:: SttGenModel(client, displayName=None, type=None, valueType=None, optional=None, default=None, helptext=None, options={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` STT generation model :param client: An authenticated API Client instance :type client: ApiClient :param displayName: The display name for the UI component. :type displayName: str :param type: The type of the UI component. :type type: str :param valueType: The data type of the values within the UI component. :type valueType: str :param optional: Whether the selection of a value is optional. :type optional: bool :param default: The default value for the STT generation model. :type default: str :param helptext: The helptext for the UI component. :type helptext: str :param options: The options of models available for STT generation. :type options: SttGenModelOptions .. py:attribute:: display_name :value: None .. py:attribute:: type :value: None .. py:attribute:: value_type :value: None .. py:attribute:: optional :value: None .. py:attribute:: default :value: None .. py:attribute:: helptext :value: None .. py:attribute:: options .. 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