@@ -144,7 +144,9 @@ protected ProcessParams() { }
144144 /// <param name="strictSecurityChecks">When enabled, this parameter marks security checks that don’t meet minimum requirements as 'Failed' (instead of 'WasNotDone'), which causes the overall security status to be 'Failed'..</param>
145145 /// <param name="returnTransliteratedFields">Allows transliteration to be turned on or off; by default, it is enabled..</param>
146146 /// <param name="bsiTr03135">bsiTr03135.</param>
147- public ProcessParams ( bool ? generateDTCVC = default , List < LCID > lcidFilter = default , bool ? checkLiveness = default , List < LCID > lcidIgnoreFilter = default , bool ? oneShotIdentification = default , bool ? useFaceApi = default , FaceApi ? faceApi = default , bool ? doDetectCan = default , int ? imageOutputMaxHeight = default , int ? imageOutputMaxWidth = default , Scenario scenario = default , List < Result > resultTypeOutput = default , bool ? doublePageSpread = default , bool ? generateDoublePageSpreadImage = default , List < TextFieldType > fieldTypesFilter = default , List < TextFieldType > fieldTypesIgnoreFilter = default , string ? dateFormat = default , MeasureSystem ? measureSystem = default , int ? imageDpiOutMax = default , bool ? alreadyCropped = default , Dictionary < string , Object > customParams = default , List < PerDocumentConfig > config = default , bool ? log = default , LogLevel ? logLevel = default , int ? forceDocID = default , bool ? matchTextFieldMask = default , bool ? fastDocDetect = default , bool ? updateOCRValidityByGlare = default , bool ? checkRequiredTextFields = default , bool ? returnCroppedBarcode = default , ImageQA ? imageQa = default , bool ? strictImageQuality = default , bool ? respectImageQuality = default , DocumentFormat ? forceDocFormat = default , bool ? noGraphics = default , bool ? depersonalizeLog = default , bool ? multiDocOnImage = default , int ? shiftExpiryDate = default , int ? minimalHolderAge = default , bool ? returnUncroppedImage = default , List < MRZFormat > mrzFormatsFilter = default , bool ? forceReadMrzBeforeLocate = default , bool ? parseBarcodes = default , TextPostProcessing ? convertCase = default , bool ? splitNames = default , bool ? disablePerforationOCR = default , List < DocumentType > documentGroupFilter = default , long ? processAuth = default , int ? deviceId = default , int ? deviceType = default , string ? deviceTypeHex = default , bool ? ignoreDeviceIdFromImage = default , List < int > documentIdList = default , ProcessParamsRfid ? rfid = default , bool ? checkAuth = default , AuthParams ? authParams = default , MrzDetectModeEnum ? mrzDetectMode = default , bool ? generateNumericCodes = default , bool ? strictBarcodeDigitalSignatureCheck = default , bool ? selectLongestNames = default , List < InputBarcodeType > doBarcodes = default , bool ? strictDLCategoryExpiry = default , bool ? generateAlpha2Codes = default , int ? pdfPagesLimit = default , bool ? disableAuthResolutionFilter = default , bool ? strictSecurityChecks = default , bool ? returnTransliteratedFields = default , BsiTr03135 ? bsiTr03135 = default )
147+ /// <param name="strictExpiryDate">When disabled, date of expiry doesn't affect the MRZ and text statuses..</param>
148+ /// <param name="checkVDS">This parameter is used to enable Visible Digital Seal check. Disabled by default..</param>
149+ public ProcessParams ( bool ? generateDTCVC = default , List < LCID > lcidFilter = default , bool ? checkLiveness = default , List < LCID > lcidIgnoreFilter = default , bool ? oneShotIdentification = default , bool ? useFaceApi = default , FaceApi ? faceApi = default , bool ? doDetectCan = default , int ? imageOutputMaxHeight = default , int ? imageOutputMaxWidth = default , Scenario scenario = default , List < Result > resultTypeOutput = default , bool ? doublePageSpread = default , bool ? generateDoublePageSpreadImage = default , List < TextFieldType > fieldTypesFilter = default , List < TextFieldType > fieldTypesIgnoreFilter = default , string ? dateFormat = default , MeasureSystem ? measureSystem = default , int ? imageDpiOutMax = default , bool ? alreadyCropped = default , Dictionary < string , Object > customParams = default , List < PerDocumentConfig > config = default , bool ? log = default , LogLevel ? logLevel = default , int ? forceDocID = default , bool ? matchTextFieldMask = default , bool ? fastDocDetect = default , bool ? updateOCRValidityByGlare = default , bool ? checkRequiredTextFields = default , bool ? returnCroppedBarcode = default , ImageQA ? imageQa = default , bool ? strictImageQuality = default , bool ? respectImageQuality = default , DocumentFormat ? forceDocFormat = default , bool ? noGraphics = default , bool ? depersonalizeLog = default , bool ? multiDocOnImage = default , int ? shiftExpiryDate = default , int ? minimalHolderAge = default , bool ? returnUncroppedImage = default , List < MRZFormat > mrzFormatsFilter = default , bool ? forceReadMrzBeforeLocate = default , bool ? parseBarcodes = default , TextPostProcessing ? convertCase = default , bool ? splitNames = default , bool ? disablePerforationOCR = default , List < DocumentType > documentGroupFilter = default , long ? processAuth = default , int ? deviceId = default , int ? deviceType = default , string ? deviceTypeHex = default , bool ? ignoreDeviceIdFromImage = default , List < int > documentIdList = default , ProcessParamsRfid ? rfid = default , bool ? checkAuth = default , AuthParams ? authParams = default , MrzDetectModeEnum ? mrzDetectMode = default , bool ? generateNumericCodes = default , bool ? strictBarcodeDigitalSignatureCheck = default , bool ? selectLongestNames = default , List < InputBarcodeType > doBarcodes = default , bool ? strictDLCategoryExpiry = default , bool ? generateAlpha2Codes = default , int ? pdfPagesLimit = default , bool ? disableAuthResolutionFilter = default , bool ? strictSecurityChecks = default , bool ? returnTransliteratedFields = default , BsiTr03135 ? bsiTr03135 = default , bool ? strictExpiryDate = default , bool ? checkVDS = default )
148150 {
149151 this . Scenario = scenario ;
150152 this . GenerateDTCVC = generateDTCVC ;
@@ -214,6 +216,8 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
214216 this . StrictSecurityChecks = strictSecurityChecks ;
215217 this . ReturnTransliteratedFields = returnTransliteratedFields ;
216218 this . BsiTr03135 = bsiTr03135 ;
219+ this . StrictExpiryDate = strictExpiryDate ;
220+ this . CheckVDS = checkVDS ;
217221 }
218222
219223 /// <summary>
@@ -651,6 +655,20 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
651655 [ DataMember ( Name = "bsiTr03135" , EmitDefaultValue = false ) ]
652656 public BsiTr03135 ? BsiTr03135 { get ; set ; }
653657
658+ /// <summary>
659+ /// When disabled, date of expiry doesn't affect the MRZ and text statuses.
660+ /// </summary>
661+ /// <value>When disabled, date of expiry doesn't affect the MRZ and text statuses.</value>
662+ [ DataMember ( Name = "strictExpiryDate" , EmitDefaultValue = false ) ]
663+ public bool ? StrictExpiryDate { get ; set ; }
664+
665+ /// <summary>
666+ /// This parameter is used to enable Visible Digital Seal check. Disabled by default.
667+ /// </summary>
668+ /// <value>This parameter is used to enable Visible Digital Seal check. Disabled by default.</value>
669+ [ DataMember ( Name = "checkVDS" , EmitDefaultValue = false ) ]
670+ public bool ? CheckVDS { get ; set ; }
671+
654672 /// <summary>
655673 /// Returns the string presentation of the object
656674 /// </summary>
@@ -727,6 +745,8 @@ public override string ToString()
727745 sb . Append ( " StrictSecurityChecks: " ) . Append ( StrictSecurityChecks ) . Append ( "\n " ) ;
728746 sb . Append ( " ReturnTransliteratedFields: " ) . Append ( ReturnTransliteratedFields ) . Append ( "\n " ) ;
729747 sb . Append ( " BsiTr03135: " ) . Append ( BsiTr03135 ) . Append ( "\n " ) ;
748+ sb . Append ( " StrictExpiryDate: " ) . Append ( StrictExpiryDate ) . Append ( "\n " ) ;
749+ sb . Append ( " CheckVDS: " ) . Append ( CheckVDS ) . Append ( "\n " ) ;
730750 sb . Append ( "}\n " ) ;
731751 return sb . ToString ( ) ;
732752 }
0 commit comments