SignatureSubTypeDetails

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

Bases: object

Signature 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 SignatureSubTypeDetails.
MODEL_SUB_TYPE_SIGNATURE A constant which can be used with the model_sub_type property of a SignatureSubTypeDetails.
model_sub_type [Required] Gets the model_sub_type of this SignatureSubTypeDetails.

Methods

__init__(**kwargs) Initializes a new SignatureSubTypeDetails 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 SignatureSubTypeDetails. 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 SignatureSubTypeDetails. This constant has a value of “SIGNATURE”

__init__(**kwargs)

Initializes a new SignatureSubTypeDetails 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 SignatureSubTypeDetails. Allowed values for this property are: “QR_BAR_CODE”, “SIGNATURE”
model_sub_type

[Required] Gets the model_sub_type of this SignatureSubTypeDetails. 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 SignatureSubTypeDetails.
Return type:str