TtsConfiguration

class oci.ai_speech.models.TtsConfiguration(**kwargs)

Bases: object

Speech configuration for TTS API.

Attributes

MODEL_FAMILY_ORACLE A constant which can be used with the model_family property of a TtsConfiguration.
model_family [Required] Gets the model_family of this TtsConfiguration.

Methods

__init__(**kwargs) Initializes a new TtsConfiguration 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'

A constant which can be used with the model_family property of a TtsConfiguration. This constant has a value of “ORACLE”

__init__(**kwargs)

Initializes a new TtsConfiguration object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 TtsConfiguration. Allowed values for this property are: “ORACLE”
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_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