📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_language
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_language/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: batch_detect_dominant_language_details.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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�"BatchDetectDominantLanguageDetailsz9 The documents details for language detect call. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new BatchDetectDominantLanguageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param should_ignore_transliteration: The value to assign to the should_ignore_transliteration property of this BatchDetectDominantLanguageDetails. :type should_ignore_transliteration: bool :param chars_to_consider: The value to assign to the chars_to_consider property of this BatchDetectDominantLanguageDetails. :type chars_to_consider: int :param endpoint_id: The value to assign to the endpoint_id property of this BatchDetectDominantLanguageDetails. :type endpoint_id: str :param compartment_id: The value to assign to the compartment_id property of this BatchDetectDominantLanguageDetails. :type compartment_id: str :param documents: The value to assign to the documents property of this BatchDetectDominantLanguageDetails. :type documents: list[oci.ai_language.models.DominantLanguageDocument] �bool�int�strzlist[DominantLanguageDocument])�should_ignore_transliteration�chars_to_consider�endpoint_id�compartment_id� documentsZshouldIgnoreTransliterationZcharsToConsiderZ endpointIdZ compartmentIdr N)Z swagger_typesZ attribute_map�_should_ignore_transliteration�_chars_to_consider�_endpoint_id�_compartment_id� _documents)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/ai_language/models/batch_detect_dominant_language_details.py�__init__ s"