📂 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: voice_summary.cpython-39.pyc
a ���f00 � @ 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 @ s@ e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�VoiceSummaryz\ Details related to the voice available for the given language code and voice type. �MALE�FEMALE�en-USc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new VoiceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param voice_id: The value to assign to the voice_id property of this VoiceSummary. :type voice_id: str :param display_name: The value to assign to the display_name property of this VoiceSummary. :type display_name: str :param description: The value to assign to the description property of this VoiceSummary. :type description: str :param gender: The value to assign to the gender property of this VoiceSummary. Allowed values for this property are: "MALE", "FEMALE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type gender: str :param supported_models: The value to assign to the supported_models property of this VoiceSummary. :type supported_models: list[str] :param language_code: The value to assign to the language_code property of this VoiceSummary. Allowed values for this property are: "en-US", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type language_code: str :param language_description: The value to assign to the language_description property of this VoiceSummary. :type language_description: str :param sample_rate_in_hertz: The value to assign to the sample_rate_in_hertz property of this VoiceSummary. :type sample_rate_in_hertz: int :param words_per_minute: The value to assign to the words_per_minute property of this VoiceSummary. :type words_per_minute: int :param is_default_voice: The value to assign to the is_default_voice property of this VoiceSummary. :type is_default_voice: bool �strz list[str]�int�bool) �voice_id�display_name�description�gender�supported_models� language_code�language_description�sample_rate_in_hertz�words_per_minute�is_default_voiceZvoiceIdZdisplayNamer r ZsupportedModelsZlanguageCodeZlanguageDescriptionZsampleRateInHertzZwordsPerMinuteZisDefaultVoiceN)Z swagger_typesZ attribute_map� _voice_id� _display_name�_description�_gender�_supported_models�_language_code�_language_description�_sample_rate_in_hertz�_words_per_minute�_is_default_voice)�self�kwargs� r# �F/usr/lib/python3.9/site-packages/oci/ai_speech/models/voice_summary.py�__init__ s@ 3�� zVoiceSummary.__init__c C s | j S )z� **[Required]** Gets the voice_id of this VoiceSummary. Unique Id of the voice. :return: The voice_id of this VoiceSummary. :rtype: str �r �r! r# r# r$ r u s zVoiceSummary.voice_idc C s || _ dS )z� Sets the voice_id of this VoiceSummary. Unique Id of the voice. :param voice_id: The voice_id of this VoiceSummary. :type: str Nr&