TtsOracleConfiguration¶
-
class
oci.ai_speech.models.
TtsOracleConfiguration
(**kwargs)¶ Bases:
oci.ai_speech.models.tts_configuration.TtsConfiguration
Use this configuration for selecting a model from Oracle model family.
Attributes
MODEL_FAMILY_ORACLE
str(object=’’) -> str model_details
Gets the model_details of this TtsOracleConfiguration. model_family
[Required] Gets the model_family of this TtsConfiguration. speech_settings
Gets the speech_settings of this TtsOracleConfiguration. Methods
__init__
(**kwargs)Initializes a new TtsOracleConfiguration object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
MODEL_FAMILY_ORACLE
= 'ORACLE'¶
-
__init__
(**kwargs)¶ Initializes a new TtsOracleConfiguration object with values from keyword arguments. The default value of the
model_family
attribute of this class isORACLE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - model_family (str) – The value to assign to the model_family property of this TtsOracleConfiguration. Allowed values for this property are: “ORACLE”
- model_details (oci.ai_speech.models.TtsOracleModelDetails) – The value to assign to the model_details property of this TtsOracleConfiguration.
- speech_settings (oci.ai_speech.models.TtsOracleSpeechSettings) – The value to assign to the speech_settings property of this TtsOracleConfiguration.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
model_details
¶ Gets the model_details of this TtsOracleConfiguration.
Returns: The model_details of this TtsOracleConfiguration. Return type: oci.ai_speech.models.TtsOracleModelDetails
-
model_family
¶ [Required] Gets the model_family of this TtsConfiguration. The class of models to use for speech generation. The available model families are: - ORACLE
Allowed values for this property are: “ORACLE”
Returns: The model_family of this TtsConfiguration. Return type: str
-
speech_settings
¶ Gets the speech_settings of this TtsOracleConfiguration.
Returns: The speech_settings of this TtsOracleConfiguration. Return type: oci.ai_speech.models.TtsOracleSpeechSettings
-