abacusai.stt_gen_model
Classes
STT generation model |
Module Contents
- class abacusai.stt_gen_model.SttGenModel(client, displayName=None, type=None, valueType=None, optional=None, default=None, helptext=None, options={})
Bases:
abacusai.return_class.AbstractApiClass
STT generation model
- Parameters:
client (ApiClient) – An authenticated API Client instance
displayName (str) – The display name for the UI component.
type (str) – The type of the UI component.
valueType (str) – The data type of the values within the UI component.
optional (bool) – Whether the selection of a value is optional.
default (str) – The default value for the STT generation model.
helptext (str) – The helptext for the UI component.
options (SttGenModelOptions) – The options of models available for STT generation.
- display_name = None
- type = None
- value_type = None
- optional = None
- default = None
- helptext = None
- options
- deprecated_keys
- __repr__()