@@ -144,8 +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- /// <param name="strictExpiryDate">When disabled, date of expiry doesn't affect the mrz and text statuses..</param>
148- 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 )
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 )
149150 {
150151 this . Scenario = scenario ;
151152 this . GenerateDTCVC = generateDTCVC ;
@@ -216,6 +217,7 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
216217 this . ReturnTransliteratedFields = returnTransliteratedFields ;
217218 this . BsiTr03135 = bsiTr03135 ;
218219 this . StrictExpiryDate = strictExpiryDate ;
220+ this . CheckVDS = checkVDS ;
219221 }
220222
221223 /// <summary>
@@ -654,12 +656,19 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
654656 public BsiTr03135 ? BsiTr03135 { get ; set ; }
655657
656658 /// <summary>
657- /// When disabled, date of expiry doesn't affect the mrz and text statuses.
659+ /// When disabled, date of expiry doesn't affect the MRZ and text statuses.
658660 /// </summary>
659- /// <value>When disabled, date of expiry doesn't affect the mrz and text statuses.</value>
661+ /// <value>When disabled, date of expiry doesn't affect the MRZ and text statuses.</value>
660662 [ DataMember ( Name = "strictExpiryDate" , EmitDefaultValue = false ) ]
661663 public bool ? StrictExpiryDate { get ; set ; }
662664
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+
663672 /// <summary>
664673 /// Returns the string presentation of the object
665674 /// </summary>
@@ -737,6 +746,7 @@ public override string ToString()
737746 sb . Append ( " ReturnTransliteratedFields: " ) . Append ( ReturnTransliteratedFields ) . Append ( "\n " ) ;
738747 sb . Append ( " BsiTr03135: " ) . Append ( BsiTr03135 ) . Append ( "\n " ) ;
739748 sb . Append ( " StrictExpiryDate: " ) . Append ( StrictExpiryDate ) . Append ( "\n " ) ;
749+ sb . Append ( " CheckVDS: " ) . Append ( CheckVDS ) . Append ( "\n " ) ;
740750 sb . Append ( "}\n " ) ;
741751 return sb . ToString ( ) ;
742752 }
0 commit comments