📂 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.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: transcription_task.cpython-39.opt-1.pyc
a ���f�E � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Zd6d7� Zd8d9� Zd:d;� Zd<S )=�TranscriptionTaskz, Description of Transcription Task. �ACCEPTED�IN_PROGRESS� SUCCEEDED�FAILED�CANCELEDc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new TranscriptionTask object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this TranscriptionTask. :type id: str :param display_name: The value to assign to the display_name property of this TranscriptionTask. :type display_name: str :param time_started: The value to assign to the time_started property of this TranscriptionTask. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this TranscriptionTask. :type time_finished: datetime :param percent_complete: The value to assign to the percent_complete property of this TranscriptionTask. :type percent_complete: int :param ttl_in_days: The value to assign to the ttl_in_days property of this TranscriptionTask. :type ttl_in_days: int :param model_details: The value to assign to the model_details property of this TranscriptionTask. :type model_details: oci.ai_speech.models.TranscriptionModelDetails :param audio_format_details: The value to assign to the audio_format_details property of this TranscriptionTask. :type audio_format_details: oci.ai_speech.models.AudioFormatDetails :param file_size_in_bytes: The value to assign to the file_size_in_bytes property of this TranscriptionTask. :type file_size_in_bytes: int :param file_duration_in_seconds: The value to assign to the file_duration_in_seconds property of this TranscriptionTask. :type file_duration_in_seconds: int :param processing_duration_in_seconds: The value to assign to the processing_duration_in_seconds property of this TranscriptionTask. :type processing_duration_in_seconds: int :param input_location: The value to assign to the input_location property of this TranscriptionTask. :type input_location: oci.ai_speech.models.ObjectLocation :param output_location: The value to assign to the output_location property of this TranscriptionTask. :type output_location: oci.ai_speech.models.ObjectLocation :param lifecycle_state: The value to assign to the lifecycle_state property of this TranscriptionTask. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this TranscriptionTask. :type lifecycle_details: str �strZdatetime�intZTranscriptionModelDetailsZAudioFormatDetailsZObjectLocation)�id�display_name�time_started� time_finished�percent_complete�ttl_in_days� model_details�audio_format_details�file_size_in_bytes�file_duration_in_seconds�processing_duration_in_seconds�input_location�output_location�lifecycle_state�lifecycle_detailsr ZdisplayNameZtimeStartedZtimeFinishedZpercentCompleteZ ttlInDaysZmodelDetailsZaudioFormatDetailsZfileSizeInBytesZfileDurationInSecondsZprocessingDurationInSecondsZ inputLocationZoutputLocationZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_id� _display_name� _time_started�_time_finished�_percent_complete�_ttl_in_days�_model_details�_audio_format_details�_file_size_in_bytes�_file_duration_in_seconds�_processing_duration_in_seconds�_input_location�_output_location�_lifecycle_state�_lifecycle_details)�self�kwargs� r. �K/usr/lib/python3.9/site-packages/oci/ai_speech/models/transcription_task.py�__init__&