📂 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: realtime_parameters.cpython-39.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 @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �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 ),�RealtimeParametersz[ Parameters to be sent to the realtime speech service over a websocket connection. �NONE�LOW�MEDIUM�HIGH�GENERIC�MEDICALc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new RealtimeParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param encoding: The value to assign to the encoding property of this RealtimeParameters. :type encoding: str :param is_ack_enabled: The value to assign to the is_ack_enabled property of this RealtimeParameters. :type is_ack_enabled: bool :param partial_silence_threshold_in_ms: The value to assign to the partial_silence_threshold_in_ms property of this RealtimeParameters. :type partial_silence_threshold_in_ms: int :param final_silence_threshold_in_ms: The value to assign to the final_silence_threshold_in_ms property of this RealtimeParameters. :type final_silence_threshold_in_ms: int :param stabilize_partial_results: The value to assign to the stabilize_partial_results property of this RealtimeParameters. Allowed values for this property are: "NONE", "LOW", "MEDIUM", "HIGH" :type stabilize_partial_results: str :param model_domain: The value to assign to the model_domain property of this RealtimeParameters. Allowed values for this property are: "GENERIC", "MEDICAL" :type model_domain: str :param language_code: The value to assign to the language_code property of this RealtimeParameters. :type language_code: str :param should_ignore_invalid_customizations: The value to assign to the should_ignore_invalid_customizations property of this RealtimeParameters. :type should_ignore_invalid_customizations: bool :param customizations: The value to assign to the customizations property of this RealtimeParameters. :type customizations: list[oci.ai_speech.models.CustomizationInference] �str�bool�intzlist[CustomizationInference]) �encoding�is_ack_enabled�partial_silence_threshold_in_ms�final_silence_threshold_in_ms�stabilize_partial_results�model_domain� language_code�$should_ignore_invalid_customizations�customizationsr ZisAckEnabledZpartialSilenceThresholdInMsZfinalSilenceThresholdInMsZstabilizePartialResultsZmodelDomainZlanguageCodeZ!shouldIgnoreInvalidCustomizationsr N)Z swagger_typesZ attribute_map� _encoding�_is_ack_enabled� _partial_silence_threshold_in_ms�_final_silence_threshold_in_ms�_stabilize_partial_results� _model_domain�_language_code�%_should_ignore_invalid_customizations�_customizations)�self�kwargs� r$ �L/usr/lib/python3.9/site-packages/oci/ai_speech/models/realtime_parameters.py�__init__* s: -� �zRealtimeParameters.__init__c C s | j S )a= Gets the encoding of this RealtimeParameters. Audio encoding to use - audio/raw;rate=16000 - audio/raw;rate=8000 - audio/raw;rate=8000;codec=mulaw - audio/raw;rate=8000;codec=alaw :return: The encoding of this RealtimeParameters. :rtype: str �r �r"