📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_speech
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_speech/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tts_configuration.cpython-39.opt-1.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sZ e Zd ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z d d� Zdd � Zdd� Z dS )�TtsConfigurationz+ Speech configuration for TTS API. �ORACLEc K s ddi| _ ddi| _d| _dS )a� 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: * :class:`~oci.ai_speech.models.TtsOracleConfiguration` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_family: The value to assign to the model_family property of this TtsConfiguration. Allowed values for this property are: "ORACLE" :type model_family: str �model_family�str�modelFamilyN)Z swagger_typesZ attribute_map� _model_family)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/ai_speech/models/tts_configuration.py�__init__ s ��zTtsConfiguration.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r ZTtsOracleConfigurationr Nr )Zobject_dictionary�typer r r �get_subtype/ s zTtsConfiguration.get_subtypec C s | j S )aG **[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" :return: The model_family of this TtsConfiguration. :rtype: str )r �r r r r r <