📂 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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: realtime_message_result_transcription.cpython-39.opt-1.pyc
a ���f0! � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �"RealtimeMessageResultTranscriptionz Transcription object. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new RealtimeMessageResultTranscription object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param transcription: The value to assign to the transcription property of this RealtimeMessageResultTranscription. :type transcription: str :param is_final: The value to assign to the is_final property of this RealtimeMessageResultTranscription. :type is_final: bool :param start_time_in_ms: The value to assign to the start_time_in_ms property of this RealtimeMessageResultTranscription. :type start_time_in_ms: int :param end_time_in_ms: The value to assign to the end_time_in_ms property of this RealtimeMessageResultTranscription. :type end_time_in_ms: int :param confidence: The value to assign to the confidence property of this RealtimeMessageResultTranscription. :type confidence: float :param trailing_silence: The value to assign to the trailing_silence property of this RealtimeMessageResultTranscription. :type trailing_silence: int :param tokens: The value to assign to the tokens property of this RealtimeMessageResultTranscription. :type tokens: list[oci.ai_speech.models.RealtimeMessageResultTranscriptionToken] �str�bool�int�floatz-list[RealtimeMessageResultTranscriptionToken])� transcription�is_final�start_time_in_ms�end_time_in_ms� confidence�trailing_silence�tokensr ZisFinalZ startTimeInMsZendTimeInMsr ZtrailingSilencer N) Z swagger_typesZ attribute_map�_transcription� _is_final�_start_time_in_ms�_end_time_in_ms�_confidence�_trailing_silence�_tokens)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/ai_speech/models/realtime_message_result_transcription.py�__init__ s. #�� z+RealtimeMessageResultTranscription.__init__c C s | j S )z� **[Required]** Gets the transcription of this RealtimeMessageResultTranscription. Transcription text. :return: The transcription of this RealtimeMessageResultTranscription. :rtype: str �r �r r r r r P s z0RealtimeMessageResultTranscription.transcriptionc C s || _ dS )z� Sets the transcription of this RealtimeMessageResultTranscription. Transcription text. :param transcription: The transcription of this RealtimeMessageResultTranscription. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the is_final of this RealtimeMessageResultTranscription. Whether the transcription is final or partial. :return: The is_final of this RealtimeMessageResultTranscription. :rtype: bool �r r r r r r h s z+RealtimeMessageResultTranscription.is_finalc C s || _ dS )z� Sets the is_final of this RealtimeMessageResultTranscription. Whether the transcription is final or partial. :param is_final: The is_final of this RealtimeMessageResultTranscription. :type: bool Nr )r r r r r r t s c C s | j S )a **[Required]** Gets the start_time_in_ms of this RealtimeMessageResultTranscription. Start time in milliseconds for the transcription text. :return: The start_time_in_ms of this RealtimeMessageResultTranscription. :rtype: int �r r r r r r � s z3RealtimeMessageResultTranscription.start_time_in_msc C s || _ dS )a Sets the start_time_in_ms of this RealtimeMessageResultTranscription. Start time in milliseconds for the transcription text. :param start_time_in_ms: The start_time_in_ms of this RealtimeMessageResultTranscription. :type: int Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the end_time_in_ms of this RealtimeMessageResultTranscription. End time in milliseconds for the transcription text. :return: The end_time_in_ms of this RealtimeMessageResultTranscription. :rtype: int �r r r r r r � s z1RealtimeMessageResultTranscription.end_time_in_msc C s || _ dS )a Sets the end_time_in_ms of this RealtimeMessageResultTranscription. End time in milliseconds for the transcription text. :param end_time_in_ms: The end_time_in_ms of this RealtimeMessageResultTranscription. :type: int Nr"