📂 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_vision
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_vision/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_document_job_details.cpython-39.pyc
a ���fA � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ dZ!d Z"d!Z#d"Z$d#Z%dZ&d$d%� Z'e(d&d'� �Z)e)j*d(d'� �Z)e(d)d*� �Z+e+j*d+d*� �Z+e(d,d-� �Z,e,j*d.d-� �Z,e(d/d0� �Z-e-j*d1d0� �Z-e(d2d3� �Z.e.j*d4d3� �Z.e(d5d6� �Z/e/j*d7d6� �Z/e(d8d9� �Z0e0j*d:d9� �Z0e(d;d<� �Z1e1j*d=d<� �Z1d>d?� Z2d@dA� Z3dBdC� Z4dDS )E�CreateDocumentJobDetailsz. The batch document analysis details. �ENG�CES�DAN�NLD�FIN�FRA�DEU�ELL�HUN�ITA�NOR�POL�POR�RON�RUS�SLK�SPA�SWE�TUR�ARA�CHI_SIM�HIN�JPN�KOR�OTHERS�INVOICE�RECEIPT�RESUME�TAX_FORM�DRIVER_LICENSE�PASSPORT�BANK_STATEMENT�CHECK�PAYSLIPc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateDocumentJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param input_location: The value to assign to the input_location property of this CreateDocumentJobDetails. :type input_location: oci.ai_vision.models.InputLocation :param features: The value to assign to the features property of this CreateDocumentJobDetails. :type features: list[oci.ai_vision.models.DocumentFeature] :param output_location: The value to assign to the output_location property of this CreateDocumentJobDetails. :type output_location: oci.ai_vision.models.OutputLocation :param compartment_id: The value to assign to the compartment_id property of this CreateDocumentJobDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateDocumentJobDetails. :type display_name: str :param language: The value to assign to the language property of this CreateDocumentJobDetails. Allowed values for this property are: "ENG", "CES", "DAN", "NLD", "FIN", "FRA", "DEU", "ELL", "HUN", "ITA", "NOR", "POL", "POR", "RON", "RUS", "SLK", "SPA", "SWE", "TUR", "ARA", "CHI_SIM", "HIN", "JPN", "KOR", "OTHERS" :type language: str :param document_type: The value to assign to the document_type property of this CreateDocumentJobDetails. Allowed values for this property are: "INVOICE", "RECEIPT", "RESUME", "TAX_FORM", "DRIVER_LICENSE", "PASSPORT", "BANK_STATEMENT", "CHECK", "PAYSLIP", "OTHERS" :type document_type: str :param is_zip_output_enabled: The value to assign to the is_zip_output_enabled property of this CreateDocumentJobDetails. :type is_zip_output_enabled: bool Z InputLocationzlist[DocumentFeature]ZOutputLocation�str�bool)�input_location�features�output_location�compartment_id�display_name�language� document_type�is_zip_output_enabledZ inputLocationr, ZoutputLocationZ compartmentIdZdisplayNamer0 ZdocumentTypeZisZipOutputEnabledN) Z swagger_typesZ attribute_map�_input_location� _features�_output_location�_compartment_id� _display_name� _language�_document_type�_is_zip_output_enabled)�self�kwargs� r= �T/usr/lib/python3.9/site-packages/oci/ai_vision/models/create_document_job_details.py�__init__� s4 )��z!CreateDocumentJobDetails.__init__c C s | j S )z� **[Required]** Gets the input_location of this CreateDocumentJobDetails. :return: The input_location of this CreateDocumentJobDetails. :rtype: oci.ai_vision.models.InputLocation �r3 �r; r= r= r>