QrBarCodeSubTypeDetails

class oci.ai_document.models.QrBarCodeSubTypeDetails(**kwargs)

Bases: object

Bar Code / QR Code Document Element Extraction model sub type details

Attributes

MODEL_SUB_TYPE_QR_BAR_CODE A constant which can be used with the model_sub_type property of a QrBarCodeSubTypeDetails.
MODEL_SUB_TYPE_SIGNATURE A constant which can be used with the model_sub_type property of a QrBarCodeSubTypeDetails.
model_sub_type [Required] Gets the model_sub_type of this QrBarCodeSubTypeDetails.

Methods

__init__(**kwargs) Initializes a new QrBarCodeSubTypeDetails object with values from keyword arguments.
MODEL_SUB_TYPE_QR_BAR_CODE = 'QR_BAR_CODE'

A constant which can be used with the model_sub_type property of a QrBarCodeSubTypeDetails. This constant has a value of “QR_BAR_CODE”

MODEL_SUB_TYPE_SIGNATURE = 'SIGNATURE'

A constant which can be used with the model_sub_type property of a QrBarCodeSubTypeDetails. This constant has a value of “SIGNATURE”

__init__(**kwargs)

Initializes a new QrBarCodeSubTypeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:model_sub_type (str) – The value to assign to the model_sub_type property of this QrBarCodeSubTypeDetails. Allowed values for this property are: “QR_BAR_CODE”, “SIGNATURE”
model_sub_type

[Required] Gets the model_sub_type of this QrBarCodeSubTypeDetails. The model sub type for DOCUMENT_ELEMENTS_EXTRACTION. The allowed values are:

  • QR_BAR_CODE
  • SIGNATURE

Allowed values for this property are: “QR_BAR_CODE”, “SIGNATURE”

Returns:The model_sub_type of this QrBarCodeSubTypeDetails.
Return type:str