Customer FlowsCustomer ID and Biometrics Enrollment

Customer ID and Biometrics Enrollment

Render a fullscreen capture component that performs IDValidation and FaceValidation sequentially, and then stores the results in IDmission’s customer database using the supplied enrollmentId for later verification or 1:N matching.

Example

import React, { useState } from 'react'
import { CustomerIdAndBiometricsEnrollment } from 'idmission-web-sdk'
 
function getSessionId() {
  return fetch('/api/get-session').then(resp => resp.json()).then(resp => resp.id)
}
 
function MyComponent() {
  const [running, setRunning] = useState(false)
 
  return (
    <>
      <button onClick={() => setRunning(true)}>Start Customer ID and Biometrics Enrollment</button>
 
      {running && (
        <CustomerIdAndBiometricsEnrollment
          sessionId={getSessionId}
          enrollmentId="some-guy"
        />
      )}
    </>
  )
}

Props

enrollmentId
The unique identifier to match from previously enrolled customers.
lang
Language code to use. Supported values: ‘auto’ (detect based on user’s OS), ‘en’ (English), ‘es’ (Spanish). Defaults to auto.
sessionId
A session identifier generated with your IDmission credentials.
submissionUrl
URL to hit with all API requests. Defaults to the value specified in your decoded submissionToken.
authUrl
URL to validate session against. Defaults to https://portal-api.idmission.com.
documentServiceUrl
URL to upload captured documents to via Tus.
companyId
Company identifier to include with submission.
jobId
The ID of the job to associate with the submission.
taskId
The ID of the task to associate with the submission.
needImmediateResponse
Boolean flag to indicate if validation of the minimum resolution for an ID document image should be triggered. Defaults to true.
manualReviewRequired
Boolean flag to indicate whether responses should always be reviewed by a human. If set to ‘forced’, the server will push all forms to “Review Forced” for the manual review team to work, regardless of the automated decision results. Defaults to false.
idBackImageRequired
Boolean flag to indicate whether the back of the ID card image will be considered in processing decisions. Default is true.
idImageResolutionCheck
Boolean to indicate if validation of the minimum resolution for an ID document image () should be triggered. Default is true.
verifyIdWithExternalDatabases
Boolean flag to indicate whether ID data should be verified with government databases such as AAMVA, watch lists, etc.
bypassAgeValidation
Boolean to indicate whether end-users under the age of 18 should be allowed through validation. Defaults to false.
bypassNameMatching
Boolean to indicate if matching the name in the request against the name extracted from the ID should be bypassed. Defaults to true.
personalData
Object of personal data to store with the submitted ID. Valid keys: uniqueNumber, name, phone, phoneCountryCode, email, dob, gender, addressLine1, addressLine2, city, district, postalCode, country.
cardData
Object of credit/debit card data to store with the submitted ID. Valid keys: cardToken, cardLast4, cardExpDate, nameOnCard.
idData
Object of ID data to validate against the submitted ID. Valid keys: issueDate, expDate.
deduplicationEnabled
Boolean flag indicating whether submissions from the same user should be de-duplicated.
deduplicationSynchronous
Boolean flag indicating whether to wait for de-duplication to complete before allowing the user to proceed.
webhooksEnabled
Boolean flag to indicate whether customer-configured webhooks should be invoked after submission.
webhooksURL
URL to use when invoking customer-configured webhooks.
webhooksClientTraceId
A customer provided trace id to use when invoking customer-configured webhooks.
webhooksStripSpecialCharacters
Boolean flag to indicate whether non-alphanumeric characters should be removed from the submission data when customer-configured webhooks are invoked.
webhooksSendInputImages
Boolean flag to indicate whether raw user-captured images should be included in the submission data when customer-configured webhooks are invoked.
webhooksSendProcessedImages
Boolean flag to indicate whether processed user-captured images should be included in the submission data when customer-configured webhooks are invoked.
webhooksFireOnReview
Boolean flag to indicate whether customer-configured webhooks should be invoked upon ID being marked for manual review.
webhooksFireOnReviewURL
URL to use when invoking customer-configured webhooks when ID is marked for manual review.
sendBase64DocumentsInSwaggerProxy
Boolean flag to enable download and replace behavior for documents in the Swagger Proxy API. Defaults to false.
customerDataMatchConfig
Object of configuration flags to send for data matching on the server against the data extracted from the ID.
useDocumentServiceForLivenessChecks
Boolean flag to indicate whether the liveness check photos should be uploaded to the document service, rather than sent as base64. Defaults to false.
precapturedDocuments
Object to allow documents that have been previously captured to be submitted. Valid keys: idCardFront, idCardBack, passport, selfie.
idCaptureLoadingOverlayMode
String indicating which ID capture loading overlay screen should be used. Supported values: ‘default’ and ‘legacy’. Defaults to ‘default’.
idCaptureRequirement
String to indicate which types of ID documents should be captured. Valid values: idCard, passport, idCardOrPassport, idCardAndPassport. Default is idCardOrPassport.
allowSinglePageIdCapture
Boolean to indicate whether single page ID capture (e.g. Brazilian ID pages) is allowed. Defaults to false.
idCaptureThresholds
Object containing threshold overrides for ID capture.
faceLivenessLoadingOverlayMode
String indicating which face liveness loading overlay screen should be used. Supported values: ‘default’ and ‘legacy’. Defaults to ‘default’.
faceLivenessInitialCaptureDelayMs
The duration of time in milliseconds to wait after the loading overlay is dismissed before starting the capture experience. This helps with the problem of the first few frames being of the user looking down at the bottom of the screen but the frame otherwise being good. Defaults to 1000 (1 second).
faceLivenessTimeoutDurationMs
The duration of time in milliseconds that the user may try to pass the realness check. Defaults to 15000 (15 seconds).
skipSuccessScreen
Boolean or async function to indicate whether to proceed automatically after capture guidance is satisfied. If an async function is supplied returning a boolean, it will be evaluated at the time of capture guidance satisfaction. Defaults to false.
idCaptureInstructions
ReactNode to render within the ID capture instructions.
idCaptureGuideType
String to indicate what type of guides to use during capture. Using fit is highly recommended in order to capture the best quality image. Valid values: fit, overlay. Defaults to fit.
idCaptureGuideImages
Object containing any overrides for the guide overlay images during ID capture. Images must be supplied for in both portrait and landscape orientations for both sides of the ID card. Each image must include a url, width, and height — this is due to some interesting behavior in Safari where the image measurements cannot be trusted.
idCapturePortraitGuidesOnMobile
Boolean to indicate whether guide images should be rotated on mobile. Defaults to true.
idCaptureRotateLoadingOverlayImageWhenPortrait
Boolean to indicate whether loading overlay image should be rotated on when mobile guides are rotated. Defaults to true.
idCaptureModelLoadTimeoutMs
Number of milliseconds indicating the maximum amount of time that should be spent trying to load the guided capture experience before giving up and resorting to the stock camera instead. Defaults to 45000 (45 seconds).
idCaptureForceFallbackMode
Boolean to indicate whether to force the fallback mode even if the ID capture models are available. Defaults to false.
selfieCaptureModelLoadTimeoutMs
Number of milliseconds indicating the maximum amount of time that should be spent trying to load the guided capture experience before giving up and resorting to the stock camera instead. Defaults to 45000 (45 seconds).
allowIdCardBackToFrontCapture
Boolean to indicate whether to allow the user to capture the back of the ID card before capturing the front. Defaults to false.
enableOverrideWrongDocumentTypeDialog
Boolean to indicate whether to show the user a dialog to disable the wrong document type guidance after a configurable amount of time. Defaults to false.
allowOverrideWrongDocumentTypeAfterMs
Number of milliseconds to wait before showing the user a dialog to disable the wrong document type guidance. Defaults to 8000.
allowUploadingDocumentsFromStorage
Boolean flag to indicate whether uploading documents from storage should be allowed. Defaults to false.
separateIdCardCaptureSequence
Boolean to indicate whether the success screen should be shown in after the ID card front is captured, rather than the flip animation. Defaults to false.
onBeforeDocumentUpload
Callback function that fires immediately prior to each document upload, giving the client application an opportunity to specify custom asynchronous logic that captures the document contents before it is exchanged for a document token. The document content and metadata are passed in as parameters and a promise resolving to void or false should be returned. If the returned promise resolves to false, the document will not be uploaded.
onDocumentUploadProgress
Callback function that fires when progress information is available for a document upload. The progress info and metadata are passed in as parameters.
onDocumentUploaded
Callback function that fires immediately after each document upload, giving the client application an opportunity to specify custom asynchronous logic that captures the document token. The document token and metadata are passed in as parameters.
onDocumentUploadFailed
Callback function that fires when a document failed to upload. The error and metadata are passed in as parameters.
onBeforeSubmit
Callback function that fires immediately prior to submission, giving the client application an opportunity to specify custom asynchronous logic that mutates the request before it executes. The submission request is passed in as a parameter and a promise resolving to the updated request should be returned.
onSubmit
Callback function that fires when the user has completed the flow instead of making a call to IDmission’s servers, allowing customers to specify their own submission logic. Arguments: the request payload that would have been dispatched to IDmission’s API, which contains the images/documents/video submitted by the user. Note that when this parameter is supplied, onComplete will never fire, and the customer will need to implement their own error handling/retry logic. Use at your own risk!
onComplete
Callback function that fires when the user has completed the CustomerIdAndBiometricsEnrollment flow. Arguments: the SubmissionResponse from IDmission’s API is passed as an argument to the customer’s application for further handling, which indicates whether the user passed the validation check, and the request payload dispatched to IDmission’s API, which contains the images submitted by the user.
onEnrolled
Callback function that fires when the user has completed the CustomerIdAndBiometricsEnrollment flow successfully. The SubmissionResponse from IDmission’s API is passed as an argument to the customer’s application for further handling, which indicates whether the user passed the validation check.
onDenied
Callback function that fires when the user has completed the CustomerIdAndBiometricsEnrollment flow but could not be enrolled. The SubmissionResponse from IDmission’s API is passed as an argument to the customer’s application for further handling, which indicates whether the user passed the validation check.
onRequestFailure
Callback function that fires when an error occurs during the submission process. Arguments: the Error object is passed as an argument to the customer’s application for further handling.
onExitCapture
Callback function that fires when the user clicks the exit button during ID or selfie capture.
onExitAfterFailure
Callback function that fires when the user clicks the exit button after completing the IDValidation flow and failing the realness check.
onUserCancel
Callback function that fires when the user clicks the exit button from the loading overlay, declining to engage with IDmission. Binding this callback results in the cancel button being rendered on the loading overlay.
onIdCaptureModelError
Callback function that fires when the ID capture models fail to load or fail during runtime.
onSelfieCaptureModelError
Callback function that fires when the selfie capture models fail to load or fail during runtime.
onCameraAccessDenied
Callback function that fires when the camera access is denied.
captureSignature
Boolean or async function indicating whether the user should be prompted to sign the screen before submission. Defaults to false.
captureSignatureVideo
Boolean or async function indicating whether the user should be prompted to record themselves signing the screen before submission. Defaults to false.
captureAdditionalDocuments
Array of additional documents to be captured. Each element includes a name and description.
captureVideoId
Boolean or async function indicating whether the user should be prompted to capture a video of themselves holding their ID. Defaults to false.
captureVideoIdProps
Object containing overrides for VideoIdCapture.
theme
Name of an included theme or object containing theme properties. *
assets
Object containing any asset overrides.
classNames
Object containing any classNames for inner components. *
colors
Object containing any color overrides.
verbiage
Object containing any verbiage overrides.
geolocationEnabled
Boolean flag to indicate whether users should be prompted to share their location. Default is true.
geolocationRequired
Boolean flag to indicate whether users should be blocked from proceeding if they block location access. Default is false.
debugMode
Boolean flag to enable on-screen prediction information output. Default is false.

Class Names

idCapture.container
Class name for the outermost container of the IdCaptureWizard.
idCapture.cameraFeed
Class name for the camera feed component of the IdCaptureWizard.
idCapture.uploadOrCaptureScreen.container
Class name for the outermost container of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.captureWithCameraPanel
Class name for the capture with camera panel of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.captureWithCameraIcon
Class name for the capture with camera icon of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.captureWithCameraButton
Class name for the capture with camera button of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.separator
Class name for the separator between capture with camera and upload of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.orText
Class name for the OR circle in the separator of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.uploadFromStoragePanel
Class name for the upload from storage panel of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.uploadFromStorageIcon
Class name for the upload from storage icon of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.uploadFromStorageButton
Class name for the upload from storage button of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectIdTypeModal
Class name for the select ID type modal of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectIdTypeDialog
Class name for the select ID type dialog of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectIdTypeHeading
Class name for the select ID type heading of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectPassportTypePanel
Class name for the passport panel of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectPassportTypeIcon
Class name for the passport icon of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectPassportTypeButton
Class name for the passport button of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectIdCardTypePanel
Class name for the ID card panel of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectIdCardTypeIcon
Class name for the ID card icon of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectIdCardTypeButton
Class name for the ID card button of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.selectIdTypeModalCloseButton
Class name for the close button of the select ID type modal of the IdCaptureOrUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.container
Class name for the outermost container of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontPanel
Class name for the upload ID front panel of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontIcon
Class name for the upload ID front icon of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontButton
Class name for the upload ID front button of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.separator
Class name for the separator between upload ID front and upload ID back of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackPanel
Class name for the upload ID back panel of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackIcon
Class name for the upload ID back icon of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackButton
Class name for the upload ID back button of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackHelpTextIfSinglePageAllowed
Class name for the upload ID back help text of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.actionsBar
Class name for the actions bar at the bottom of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.continueButton
Class name for the continue button of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.cancelButton
Class name for the cancel button of the IdDocumentUploadScreen.
idCapture.uploadOrCaptureScreen.passportUploadScreen.container
Class name for the outermost container of the PassportUploadScreen.
idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportPanel
Class name for the upload passport panel of the PassportUploadScreen.
idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportIcon
Class name for the upload passport icon of the PassportUploadScreen.
idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportButton
Class name for the upload passport button of the PassportUploadScreen.
idCapture.uploadOrCaptureScreen.passportUploadScreen.actionsBar
Class name for the actions bar at the bottom of the PassportUploadScreen.
idCapture.uploadOrCaptureScreen.passportUploadScreen.continueButton
Class name for the continue button of the PassportUploadScreen.
idCapture.uploadOrCaptureScreen.passportUploadScreen.cancelButton
Class name for the cancel button of the PassportUploadScreen.
idCapture.loadingOverlay.container
Class name for the outermost container of the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.inner
Class name for the inner container of the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.heading
Class name for the heading of the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.imageContainer
Class name for the container of the image in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.image
Class name for the image in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.continuityCameraCheckboxContainer
Class name for the container of the continuity camera checkbox in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.continuityCameraCheckboxInner
Class name for the inner container of the continuity camera checkbox in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.continuityCameraCheckboxLabel
Class name for the label of the continuity camera checkbox in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.continuityCameraCheckbox
Class name for the continuity camera checkbox in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.continueBtnContainer
Class name for the container of the continue button in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.continueBtn
Class name for the continue button in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.cancelBtn
Class name for the cancel button in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.cameraAccessDenied.container
Class name for the outermost container of the CameraAccessDeniedOverlay.
idCapture.loadingOverlay.cameraAccessDenied.inner
Class name for the inner container of the CameraAccessDeniedOverlay.
idCapture.loadingOverlay.cameraAccessDenied.imageContainer
Class name for the container of the image in the CameraAccessDeniedOverlay.
idCapture.loadingOverlay.cameraAccessDenied.image
Class name for the image in the CameraAccessDeniedOverlay.
idCapture.loadingOverlay.cameraAccessDenied.heading
Class name for the heading of the CameraAccessDeniedOverlay.
idCapture.loadingOverlay.cameraAccessDenied.description
Class name for the description text of the CameraAccessDeniedOverlay.
idCapture.loadingOverlay.cameraAccessDenied.retryBtn
Class name for the button that will retry camera access in the CameraAccessDeniedOverlay.
idCapture.loadingOverlay.buttonsRow
Class name for the buttons row in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.progressContainer
Class name for the progress container in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.progressBackground
Class name for the progress background in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.progressBar
Class name for the progress bar in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.progressIndicator
Class name for the progress indicator in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.loadingListContainer
Class name for the loading list container in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.loadingList
Class name for the loading list in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.loadingListItem
Class name for the loading list items in the IdCaptureLoadingOverlay.
idCapture.loadingOverlay.loadingListItemIndicator
Class name for the icons on the loading list items in the IdCaptureLoadingOverlay.
idCapture.capture.container
Class name for the outermost container of the IdCapture screen.
idCapture.capture.guides.container
Class name for the outermost container of the IdCaptureGuideOverlay.
idCapture.capture.guides.inner
Class name for the inner container of the IdCaptureGuideOverlay.
idCapture.capture.guides.dimmingRegion
Class name for the dimming region of the IdCaptureGuideOverlay.
idCapture.capture.guides.dimmingRegionTop
Class name for the top dimming region of the IdCaptureGuideOverlay.
idCapture.capture.guides.dimmingRegionLeft
Class name for the left dimming region of the IdCaptureGuideOverlay.
idCapture.capture.guides.dimmingRegionRight
Class name for the right dimming region of the IdCaptureGuideOverlay.
idCapture.capture.guides.dimmingRegionBottom
Class name for the bottom dimming region of the IdCaptureGuideOverlay.
idCapture.capture.guides.centerRow
Class name for the center row of the IdCaptureGuideOverlay.
idCapture.capture.guides.centerRegion
Class name for the center region of the IdCaptureGuideOverlay.
idCapture.capture.guides.centerRegionBorder
Class name for the center region border of the IdCaptureGuideOverlay.
idCapture.capture.guides.centerRegionInner
Class name for the center region inner of the IdCaptureGuideOverlay.
idCapture.capture.guides.image
Class name for the image of the IdCaptureGuideOverlay.
idCapture.capture.guides.guideText
Class name for the guide text of the IdCaptureGuideOverlay.
idCapture.capture.guides.flipIdPrompt.frontImageContainer
Class name for the container of the front image of the FlipIdPrompt.
idCapture.capture.guides.flipIdPrompt.backImageContainer
Class name for the container of the back image of the FlipIdPrompt.
idCapture.capture.guides.flipIdPrompt.frontImage
Class name for the front image of the FlipIdPrompt.
idCapture.capture.guides.flipIdPrompt.backImage
Class name for the back image of the FlipIdPrompt.
idCapture.capture.guides.canvasWrapper
Class name for the canvas wrapper of the IdCaptureFitGuide.
idCapture.capture.guides.canvas
Class name for the canvas of the IdCaptureFitGuide.
idCapture.capture.guidanceMessageContainer
Class name for the guidance message container of the IdCapture screen.
idCapture.capture.guidanceMessage
Class name for the guidance message of the IdCapture screen.
idCapture.capture.imagePreview.container
Class name for the outermost container of the IdCaptureImagePreview.
idCapture.capture.imagePreview.text
Class name for the text of the IdCaptureImagePreview.
idCapture.capture.imagePreview.imageContainer
Class name for the image container of the IdCaptureImagePreview.
idCapture.capture.imagePreview.image
Class name for the image of the IdCaptureImagePreview.
idCapture.capture.exitCaptureBtn
Class name for the exit capture button of the IdCapture screen.
idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.container
Class name for the outermost container of the OverrideWrongDocumentTypeGuidanceDialog screen.
idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.inner
Class name for the inner container of the OverrideWrongDocumentTypeGuidanceDialog screen.
idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.message
Class name for the message of the OverrideWrongDocumentTypeGuidanceDialog screen.
idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.buttonContainer
Class name for the button container of the OverrideWrongDocumentTypeGuidanceDialog screen.
idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.button
Class name for the button of the OverrideWrongDocumentTypeGuidanceDialog screen.
idCapture.guides.container
Class name for the outermost container of the IdCaptureGuideOverlay.
idCapture.guides.inner
Class name for the inner container of the IdCaptureGuideOverlay.
idCapture.guides.dimmingRegion
Class name for the dimming region of the IdCaptureGuideOverlay.
idCapture.guides.dimmingRegionTop
Class name for the top dimming region of the IdCaptureGuideOverlay.
idCapture.guides.dimmingRegionLeft
Class name for the left dimming region of the IdCaptureGuideOverlay.
idCapture.guides.dimmingRegionRight
Class name for the right dimming region of the IdCaptureGuideOverlay.
idCapture.guides.dimmingRegionBottom
Class name for the bottom dimming region of the IdCaptureGuideOverlay.
idCapture.guides.centerRow
Class name for the center row of the IdCaptureGuideOverlay.
idCapture.guides.centerRegion
Class name for the center region of the IdCaptureGuideOverlay.
idCapture.guides.centerRegionBorder
Class name for the center region border of the IdCaptureGuideOverlay.
idCapture.guides.centerRegionInner
Class name for the center region inner of the IdCaptureGuideOverlay.
idCapture.guides.image
Class name for the image of the IdCaptureGuideOverlay.
idCapture.guides.guideText
Class name for the guide text of the IdCaptureGuideOverlay.
idCapture.guides.flipIdPrompt.frontImageContainer
Class name for the container of the front image of the FlipIdPrompt.
idCapture.guides.flipIdPrompt.backImageContainer
Class name for the container of the back image of the FlipIdPrompt.
idCapture.guides.flipIdPrompt.frontImage
Class name for the front image of the FlipIdPrompt.
idCapture.guides.flipIdPrompt.backImage
Class name for the back image of the FlipIdPrompt.
idCapture.guides.canvasWrapper
Class name for the canvas wrapper of the IdCaptureFitGuide.
idCapture.guides.canvas
Class name for the canvas of the IdCaptureFitGuide.
idCapture.success.container
Class name for the outermost container of the IdCaptureSuccess.
idCapture.success.inner
Class name for the inner container of the IdCaptureSuccess.
idCapture.success.card
Class name for the card of the IdCaptureSuccess.
idCapture.success.heading
Class name for the heading of the IdCaptureSuccess.
idCapture.success.imageContainer
Class name for the container of the image in the IdCaptureSuccess.
idCapture.success.imageRow
Class name for the row of the image in the IdCaptureSuccess.
idCapture.success.imageCol
Class name for the column of the image in the IdCaptureSuccess.
idCapture.success.imageHeading
Class name for the heading of the image in the IdCaptureSuccess.
idCapture.success.imageWrapper
Class name for the wrapper of the image in the IdCaptureSuccess.
idCapture.success.image
Class name for the image in the IdCaptureSuccess.
idCapture.success.instruction
Class name for the instruction of the IdCaptureSuccess.
idCapture.success.buttonsRow
Class name for the buttons row in the IdCaptureSuccess.
idCapture.success.retryBtn
Class name for the retry button in the IdCaptureSuccess.
idCapture.success.doneBtn
Class name for the done button in the IdCaptureSuccess.
idCapture.success.submitBtn
Class name for the submit button in the IdCaptureSuccess.
idCapture.fallback.container
Class name for the outermost container of the IdCaptureFallback.
idCapture.fallback.inner
Class name for the inner container of the IdCaptureFallback.
idCapture.fallback.heading
Class name for the heading of the IdCaptureFallback.
idCapture.fallback.description
Class name for the description of the IdCaptureFallback.
idCapture.fallback.imageContainer
Class name for the container of the image in the IdCaptureFallback.
idCapture.fallback.imageCol
Class name for the column of the image in the IdCaptureFallback.
idCapture.fallback.image
Class name for the image in the IdCaptureFallback.
idCapture.fallback.instruction
Class name for the instruction of the IdCaptureFallback.
idCapture.fallback.buttonsRow
Class name for the buttons row in the IdCaptureFallback.
idCapture.fallback.captureBtn
Class name for the capture button in the IdCaptureFallback.
idCapture.fallback.captureMoreBtn
Class name for the capture more button in the IdCaptureFallback.
idCapture.fallback.doneBtn
Class name for the done button in the IdCaptureFallback.
idCapture.fallback.documentCaptureClassNames.container
idCapture.fallback.documentCaptureClassNames.cameraFeedWrapper
idCapture.fallback.documentCaptureClassNames.cameraFeed
idCapture.fallback.documentCaptureClassNames.previewImage
idCapture.fallback.documentCaptureClassNames.captureContainer
idCapture.fallback.documentCaptureClassNames.headingRow
idCapture.fallback.documentCaptureClassNames.heading
idCapture.fallback.documentCaptureClassNames.footerRow
idCapture.fallback.documentCaptureClassNames.instructions
idCapture.fallback.documentCaptureClassNames.buttonsRow
idCapture.fallback.documentCaptureClassNames.retryCameraAccessBtn
idCapture.fallback.documentCaptureClassNames.retryCaptureBtn
idCapture.fallback.documentCaptureClassNames.uploadBtn
idCapture.fallback.documentCaptureClassNames.uploadProgressBtn
idCapture.fallback.documentCaptureClassNames.captureBtn
faceLiveness.loadingOverlay.container
Class name for the outermost container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.inner
Class name for the inner container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.headingContainer
Class name for the heading container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.heading
Class name for the heading of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.imageContainer
Class name for the image container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.image
Class name for the image of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.buttonsRow
Class name for the buttons row of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.continueBtnContainer
Class name for the continue button container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.continueBtn
Class name for the continue button of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.cancelBtn
Class name for the cancel button of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.container
Class name for the outermost container of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.inner
Class name for the inner container of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.imageContainer
Class name for the container of the image in the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.image
Class name for the image in the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.heading
Class name for the heading of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.description
Class name for the description text of the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn
Class name for the button that will retry camera access in the CameraAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.container
Class name for the outermost container of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.inner
Class name for the inner container of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.imageContainer
Class name for the image container of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.image
Class name for the image of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.heading
Class name for the heading of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.description
Class name for the description of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn
Class name for the retry button of the MicrophoneAccessDeniedOverlay.
faceLiveness.loadingOverlay.progressContainer
Class name for the progress container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.progressBackground
Class name for the progress background of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.progressBar
Class name for the progress bar of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.progressIndicator
Class name for the progress indicator of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingListContainer
Class name for the loading list container of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingList
Class name for the loading list of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingListItem
Class name for the loading list items of the SelfieCaptureLoadingOverlay.
faceLiveness.loadingOverlay.loadingListItemIndicator
Class name for the icons on the loading list items of the SelfieCaptureLoadingOverlay.
faceLiveness.capture.container
Class name for the outermost container of the SelfieCapture screen.
faceLiveness.capture.cameraFeed
Class name for the camera feed component of the SelfieCapture screen.
faceLiveness.capture.guides.container
Class name for the outermost container of the FaceCaptureGuideOverlay.
faceLiveness.capture.guides.oval
Class name for the oval of the FaceCaptureGuideOverlay.
faceLiveness.capture.guidanceMessageContainer
Class name for the guidance message container of the SelfieCapture screen.
faceLiveness.capture.guidanceMessage
Class name for the guidance message of the SelfieCapture screen.
faceLiveness.capture.exitCaptureBtn
Class name for the exit capture button of the SelfieCapture screen.
faceLiveness.capture.fallback.container
Class name for the outermost container of the SelfieCaptureFallback.
faceLiveness.capture.fallback.inner
Class name for the inner container of the SelfieCaptureFallback.
faceLiveness.capture.fallback.heading
Class name for the heading of the SelfieCaptureFallback.
faceLiveness.capture.fallback.description
Class name for the description of the SelfieCaptureFallback.
faceLiveness.capture.fallback.imageContainer
Class name for the container of the image in the SelfieCaptureFallback.
faceLiveness.capture.fallback.image
Class name for the image in the SelfieCaptureFallback.
faceLiveness.capture.fallback.buttonsRow
Class name for the buttons row in the SelfieCaptureFallback.
faceLiveness.capture.fallback.captureBtn
Class name for the capture button in the SelfieCaptureFallback.
faceLiveness.capture.fallback.doneBtn
Class name for the done button in the SelfieCaptureFallback.
faceLiveness.capture.fallback.retryCaptureBtn
Class name for the retry capture button in the SelfieCaptureFallback.
faceLiveness.capture.fallback.documentCaptureClassNames.container
faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeedWrapper
faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeed
faceLiveness.capture.fallback.documentCaptureClassNames.previewImage
faceLiveness.capture.fallback.documentCaptureClassNames.captureContainer
faceLiveness.capture.fallback.documentCaptureClassNames.headingRow
faceLiveness.capture.fallback.documentCaptureClassNames.heading
faceLiveness.capture.fallback.documentCaptureClassNames.footerRow
faceLiveness.capture.fallback.documentCaptureClassNames.instructions
faceLiveness.capture.fallback.documentCaptureClassNames.buttonsRow
faceLiveness.capture.fallback.documentCaptureClassNames.retryCameraAccessBtn
faceLiveness.capture.fallback.documentCaptureClassNames.retryCaptureBtn
faceLiveness.capture.fallback.documentCaptureClassNames.uploadBtn
faceLiveness.capture.fallback.documentCaptureClassNames.uploadProgressBtn
faceLiveness.capture.fallback.documentCaptureClassNames.captureBtn
faceLiveness.capture.imagePreview.container
Class name for the outermost container of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.text
Class name for the text of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.spinner
Class name for the spinner of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.imageContainer
Class name for the image container of the SelfieProgressPreview.
faceLiveness.capture.imagePreview.image
Class name for the image of the SelfieProgressPreview.
faceLiveness.success.container
Class name for the outermost container of the FaceLivenessSuccess screen.
faceLiveness.success.inner
Class name for the inner container of the FaceLivenessSuccess screen.
faceLiveness.success.heading
Class name for the heading of the FaceLivenessSuccess screen.
faceLiveness.success.imageContainer
Class name for the image container of the FaceLivenessSuccess screen.
faceLiveness.success.image
Class name for the image of the FaceLivenessSuccess screen.
faceLiveness.success.buttonsRow
Class name for the buttons row of the FaceLivenessSuccess screen.
faceLiveness.success.retryBtn
Class name for the retry button of the FaceLivenessSuccess screen.
faceLiveness.success.doneBtn
Class name for the done button of the FaceLivenessSuccess screen.
faceLiveness.failure.container
Class name for the outermost container of the FaceLivenessFailure screen.
faceLiveness.failure.inner
Class name for the inner container of the FaceLivenessFailure screen.
faceLiveness.failure.heading
Class name for the heading of the FaceLivenessFailure screen.
faceLiveness.failure.imageContainer
Class name for the image container of the FaceLivenessFailure screen.
faceLiveness.failure.image
Class name for the image of the FaceLivenessFailure screen.
faceLiveness.failure.buttonsRow
Class name for the buttons row of the FaceLivenessFailure screen.
faceLiveness.failure.retryBtn
Class name for the retry button of the FaceLivenessFailure screen.
faceLiveness.failure.exitBtn
Class name for the exit button of the FaceLivenessFailure screen.
additionalDocumentCapture.container
Class name for the outermost container of the AdditionalDocumentCapture.
additionalDocumentCapture.inner
Class name for the inner container of the AdditionalDocumentCapture.
additionalDocumentCapture.heading
Class name for the heading of the AdditionalDocumentCapture.
additionalDocumentCapture.description
Class name for the description of the AdditionalDocumentCapture.
additionalDocumentCapture.buttonsRow
Class name for the buttons row of the AdditionalDocumentCapture.
additionalDocumentCapture.captureBtn
Class name for the capture button of the AdditionalDocumentCapture.
additionalDocumentCapture.nextBtn
Class name for the next button of the AdditionalDocumentCapture.
signatureCapture.container
Class name for the outermost container of the SignatureCapture.
signatureCapture.inner
Class name for the inner container of the SignatureCapture.
signatureCapture.guidanceMessageContainer
Class name for the guidance message container of the SignatureCapture.
signatureCapture.guidanceMessage
Class name for the guidance message of the SignatureCapture.
signatureCapture.canvasContainer
Class name for the canvas container of the SignatureCapture.
signatureCapture.canvasInner
Class name for the canvas inner container of the SignatureCapture.
signatureCapture.canvas
Class name for the canvas of the SignatureCapture.
signatureCapture.buttonsRow
Class name for the buttons row of the SignatureCapture.
signatureCapture.clearBtn
Class name for the clear button of the SignatureCapture.
signatureCapture.acceptBtn
Class name for the accept button of the SignatureCapture.
signatureCapture.cancelBtn
Class name for the cancel button of the SignatureCapture.
videoIdCapture.container
videoIdCapture.cameraFeed
videoIdCapture.idCapture.container
Class name for the outermost container of the IdCaptureWizard.
videoIdCapture.idCapture.cameraFeed
Class name for the camera feed component of the IdCaptureWizard.
videoIdCapture.idCapture.uploadOrCaptureScreen.container
Class name for the outermost container of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.captureWithCameraPanel
Class name for the capture with camera panel of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.captureWithCameraIcon
Class name for the capture with camera icon of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.captureWithCameraButton
Class name for the capture with camera button of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.separator
Class name for the separator between capture with camera and upload of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.orText
Class name for the OR circle in the separator of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.uploadFromStoragePanel
Class name for the upload from storage panel of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.uploadFromStorageIcon
Class name for the upload from storage icon of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.uploadFromStorageButton
Class name for the upload from storage button of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdTypeModal
Class name for the select ID type modal of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdTypeDialog
Class name for the select ID type dialog of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdTypeHeading
Class name for the select ID type heading of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectPassportTypePanel
Class name for the passport panel of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectPassportTypeIcon
Class name for the passport icon of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectPassportTypeButton
Class name for the passport button of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdCardTypePanel
Class name for the ID card panel of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdCardTypeIcon
Class name for the ID card icon of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdCardTypeButton
Class name for the ID card button of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdTypeModalCloseButton
Class name for the close button of the select ID type modal of the IdCaptureOrUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.container
Class name for the outermost container of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontPanel
Class name for the upload ID front panel of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontIcon
Class name for the upload ID front icon of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontButton
Class name for the upload ID front button of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.separator
Class name for the separator between upload ID front and upload ID back of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackPanel
Class name for the upload ID back panel of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackIcon
Class name for the upload ID back icon of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackButton
Class name for the upload ID back button of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackHelpTextIfSinglePageAllowed
Class name for the upload ID back help text of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.actionsBar
Class name for the actions bar at the bottom of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.continueButton
Class name for the continue button of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.cancelButton
Class name for the cancel button of the IdDocumentUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.container
Class name for the outermost container of the PassportUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportPanel
Class name for the upload passport panel of the PassportUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportIcon
Class name for the upload passport icon of the PassportUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportButton
Class name for the upload passport button of the PassportUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.actionsBar
Class name for the actions bar at the bottom of the PassportUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.continueButton
Class name for the continue button of the PassportUploadScreen.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.cancelButton
Class name for the cancel button of the PassportUploadScreen.
videoIdCapture.idCapture.loadingOverlay.container
Class name for the outermost container of the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.inner
Class name for the inner container of the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.heading
Class name for the heading of the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.imageContainer
Class name for the container of the image in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.image
Class name for the image in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.continuityCameraCheckboxContainer
Class name for the container of the continuity camera checkbox in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.continuityCameraCheckboxInner
Class name for the inner container of the continuity camera checkbox in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.continuityCameraCheckboxLabel
Class name for the label of the continuity camera checkbox in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.continuityCameraCheckbox
Class name for the continuity camera checkbox in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.continueBtnContainer
Class name for the container of the continue button in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.continueBtn
Class name for the continue button in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.cancelBtn
Class name for the cancel button in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.container
Class name for the outermost container of the CameraAccessDeniedOverlay.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.inner
Class name for the inner container of the CameraAccessDeniedOverlay.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.imageContainer
Class name for the container of the image in the CameraAccessDeniedOverlay.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.image
Class name for the image in the CameraAccessDeniedOverlay.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.heading
Class name for the heading of the CameraAccessDeniedOverlay.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.description
Class name for the description text of the CameraAccessDeniedOverlay.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtn
Class name for the button that will retry camera access in the CameraAccessDeniedOverlay.
videoIdCapture.idCapture.loadingOverlay.buttonsRow
Class name for the buttons row in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.progressContainer
Class name for the progress container in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.progressBackground
Class name for the progress background in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.progressBar
Class name for the progress bar in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.progressIndicator
Class name for the progress indicator in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.loadingListContainer
Class name for the loading list container in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.loadingList
Class name for the loading list in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.loadingListItem
Class name for the loading list items in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.loadingOverlay.loadingListItemIndicator
Class name for the icons on the loading list items in the IdCaptureLoadingOverlay.
videoIdCapture.idCapture.capture.container
Class name for the outermost container of the IdCapture screen.
videoIdCapture.idCapture.capture.guides.container
Class name for the outermost container of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.inner
Class name for the inner container of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.dimmingRegion
Class name for the dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.dimmingRegionTop
Class name for the top dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.dimmingRegionLeft
Class name for the left dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.dimmingRegionRight
Class name for the right dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.dimmingRegionBottom
Class name for the bottom dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.centerRow
Class name for the center row of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.centerRegion
Class name for the center region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.centerRegionBorder
Class name for the center region border of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.centerRegionInner
Class name for the center region inner of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.image
Class name for the image of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.guideText
Class name for the guide text of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.capture.guides.flipIdPrompt.frontImageContainer
Class name for the container of the front image of the FlipIdPrompt.
videoIdCapture.idCapture.capture.guides.flipIdPrompt.backImageContainer
Class name for the container of the back image of the FlipIdPrompt.
videoIdCapture.idCapture.capture.guides.flipIdPrompt.frontImage
Class name for the front image of the FlipIdPrompt.
videoIdCapture.idCapture.capture.guides.flipIdPrompt.backImage
Class name for the back image of the FlipIdPrompt.
videoIdCapture.idCapture.capture.guides.canvasWrapper
Class name for the canvas wrapper of the IdCaptureFitGuide.
videoIdCapture.idCapture.capture.guides.canvas
Class name for the canvas of the IdCaptureFitGuide.
videoIdCapture.idCapture.capture.guidanceMessageContainer
Class name for the guidance message container of the IdCapture screen.
videoIdCapture.idCapture.capture.guidanceMessage
Class name for the guidance message of the IdCapture screen.
videoIdCapture.idCapture.capture.imagePreview.container
Class name for the outermost container of the IdCaptureImagePreview.
videoIdCapture.idCapture.capture.imagePreview.text
Class name for the text of the IdCaptureImagePreview.
videoIdCapture.idCapture.capture.imagePreview.imageContainer
Class name for the image container of the IdCaptureImagePreview.
videoIdCapture.idCapture.capture.imagePreview.image
Class name for the image of the IdCaptureImagePreview.
videoIdCapture.idCapture.capture.exitCaptureBtn
Class name for the exit capture button of the IdCapture screen.
videoIdCapture.idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.container
Class name for the outermost container of the OverrideWrongDocumentTypeGuidanceDialog screen.
videoIdCapture.idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.inner
Class name for the inner container of the OverrideWrongDocumentTypeGuidanceDialog screen.
videoIdCapture.idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.message
Class name for the message of the OverrideWrongDocumentTypeGuidanceDialog screen.
videoIdCapture.idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.buttonContainer
Class name for the button container of the OverrideWrongDocumentTypeGuidanceDialog screen.
videoIdCapture.idCapture.capture.overrideWrongDocumentTypeGuidanceDialog.button
Class name for the button of the OverrideWrongDocumentTypeGuidanceDialog screen.
videoIdCapture.idCapture.guides.container
Class name for the outermost container of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.inner
Class name for the inner container of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.dimmingRegion
Class name for the dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.dimmingRegionTop
Class name for the top dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.dimmingRegionLeft
Class name for the left dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.dimmingRegionRight
Class name for the right dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.dimmingRegionBottom
Class name for the bottom dimming region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.centerRow
Class name for the center row of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.centerRegion
Class name for the center region of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.centerRegionBorder
Class name for the center region border of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.centerRegionInner
Class name for the center region inner of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.image
Class name for the image of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.guideText
Class name for the guide text of the IdCaptureGuideOverlay.
videoIdCapture.idCapture.guides.flipIdPrompt.frontImageContainer
Class name for the container of the front image of the FlipIdPrompt.
videoIdCapture.idCapture.guides.flipIdPrompt.backImageContainer
Class name for the container of the back image of the FlipIdPrompt.
videoIdCapture.idCapture.guides.flipIdPrompt.frontImage
Class name for the front image of the FlipIdPrompt.
videoIdCapture.idCapture.guides.flipIdPrompt.backImage
Class name for the back image of the FlipIdPrompt.
videoIdCapture.idCapture.guides.canvasWrapper
Class name for the canvas wrapper of the IdCaptureFitGuide.
videoIdCapture.idCapture.guides.canvas
Class name for the canvas of the IdCaptureFitGuide.
videoIdCapture.idCapture.success.container
Class name for the outermost container of the IdCaptureSuccess.
videoIdCapture.idCapture.success.inner
Class name for the inner container of the IdCaptureSuccess.
videoIdCapture.idCapture.success.card
Class name for the card of the IdCaptureSuccess.
videoIdCapture.idCapture.success.heading
Class name for the heading of the IdCaptureSuccess.
videoIdCapture.idCapture.success.imageContainer
Class name for the container of the image in the IdCaptureSuccess.
videoIdCapture.idCapture.success.imageRow
Class name for the row of the image in the IdCaptureSuccess.
videoIdCapture.idCapture.success.imageCol
Class name for the column of the image in the IdCaptureSuccess.
videoIdCapture.idCapture.success.imageHeading
Class name for the heading of the image in the IdCaptureSuccess.
videoIdCapture.idCapture.success.imageWrapper
Class name for the wrapper of the image in the IdCaptureSuccess.
videoIdCapture.idCapture.success.image
Class name for the image in the IdCaptureSuccess.
videoIdCapture.idCapture.success.instruction
Class name for the instruction of the IdCaptureSuccess.
videoIdCapture.idCapture.success.buttonsRow
Class name for the buttons row in the IdCaptureSuccess.
videoIdCapture.idCapture.success.retryBtn
Class name for the retry button in the IdCaptureSuccess.
videoIdCapture.idCapture.success.doneBtn
Class name for the done button in the IdCaptureSuccess.
videoIdCapture.idCapture.success.submitBtn
Class name for the submit button in the IdCaptureSuccess.
videoIdCapture.idCapture.fallback.container
Class name for the outermost container of the IdCaptureFallback.
videoIdCapture.idCapture.fallback.inner
Class name for the inner container of the IdCaptureFallback.
videoIdCapture.idCapture.fallback.heading
Class name for the heading of the IdCaptureFallback.
videoIdCapture.idCapture.fallback.description
Class name for the description of the IdCaptureFallback.
videoIdCapture.idCapture.fallback.imageContainer
Class name for the container of the image in the IdCaptureFallback.
videoIdCapture.idCapture.fallback.imageCol
Class name for the column of the image in the IdCaptureFallback.
videoIdCapture.idCapture.fallback.image
Class name for the image in the IdCaptureFallback.
videoIdCapture.idCapture.fallback.instruction
Class name for the instruction of the IdCaptureFallback.
videoIdCapture.idCapture.fallback.buttonsRow
Class name for the buttons row in the IdCaptureFallback.
videoIdCapture.idCapture.fallback.captureBtn
Class name for the capture button in the IdCaptureFallback.
videoIdCapture.idCapture.fallback.captureMoreBtn
Class name for the capture more button in the IdCaptureFallback.
videoIdCapture.idCapture.fallback.doneBtn
Class name for the done button in the IdCaptureFallback.
videoIdCapture.idCapture.fallback.documentCaptureClassNames.container
videoIdCapture.idCapture.fallback.documentCaptureClassNames.cameraFeedWrapper
videoIdCapture.idCapture.fallback.documentCaptureClassNames.cameraFeed
videoIdCapture.idCapture.fallback.documentCaptureClassNames.previewImage
videoIdCapture.idCapture.fallback.documentCaptureClassNames.captureContainer
videoIdCapture.idCapture.fallback.documentCaptureClassNames.headingRow
videoIdCapture.idCapture.fallback.documentCaptureClassNames.heading
videoIdCapture.idCapture.fallback.documentCaptureClassNames.footerRow
videoIdCapture.idCapture.fallback.documentCaptureClassNames.instructions
videoIdCapture.idCapture.fallback.documentCaptureClassNames.buttonsRow
videoIdCapture.idCapture.fallback.documentCaptureClassNames.retryCameraAccessBtn
videoIdCapture.idCapture.fallback.documentCaptureClassNames.retryCaptureBtn
videoIdCapture.idCapture.fallback.documentCaptureClassNames.uploadBtn
videoIdCapture.idCapture.fallback.documentCaptureClassNames.uploadProgressBtn
videoIdCapture.idCapture.fallback.documentCaptureClassNames.captureBtn
videoIdCapture.faceLiveness.loadingOverlay.container
Class name for the outermost container of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.inner
Class name for the inner container of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.headingContainer
Class name for the heading container of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.heading
Class name for the heading of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.imageContainer
Class name for the image container of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.image
Class name for the image of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.buttonsRow
Class name for the buttons row of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.continueBtnContainer
Class name for the continue button container of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.continueBtn
Class name for the continue button of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cancelBtn
Class name for the cancel button of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.container
Class name for the outermost container of the CameraAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.inner
Class name for the inner container of the CameraAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.imageContainer
Class name for the container of the image in the CameraAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.image
Class name for the image in the CameraAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.heading
Class name for the heading of the CameraAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.description
Class name for the description text of the CameraAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn
Class name for the button that will retry camera access in the CameraAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.container
Class name for the outermost container of the MicrophoneAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.inner
Class name for the inner container of the MicrophoneAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.imageContainer
Class name for the image container of the MicrophoneAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.image
Class name for the image of the MicrophoneAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.heading
Class name for the heading of the MicrophoneAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.description
Class name for the description of the MicrophoneAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn
Class name for the retry button of the MicrophoneAccessDeniedOverlay.
videoIdCapture.faceLiveness.loadingOverlay.progressContainer
Class name for the progress container of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.progressBackground
Class name for the progress background of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.progressBar
Class name for the progress bar of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.progressIndicator
Class name for the progress indicator of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.loadingListContainer
Class name for the loading list container of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.loadingList
Class name for the loading list of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.loadingListItem
Class name for the loading list items of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.loadingOverlay.loadingListItemIndicator
Class name for the icons on the loading list items of the SelfieCaptureLoadingOverlay.
videoIdCapture.faceLiveness.capture.container
Class name for the outermost container of the SelfieCapture screen.
videoIdCapture.faceLiveness.capture.cameraFeed
Class name for the camera feed component of the SelfieCapture screen.
videoIdCapture.faceLiveness.capture.guides.container
Class name for the outermost container of the FaceCaptureGuideOverlay.
videoIdCapture.faceLiveness.capture.guides.oval
Class name for the oval of the FaceCaptureGuideOverlay.
videoIdCapture.faceLiveness.capture.guidanceMessageContainer
Class name for the guidance message container of the SelfieCapture screen.
videoIdCapture.faceLiveness.capture.guidanceMessage
Class name for the guidance message of the SelfieCapture screen.
videoIdCapture.faceLiveness.capture.exitCaptureBtn
Class name for the exit capture button of the SelfieCapture screen.
videoIdCapture.faceLiveness.capture.fallback.container
Class name for the outermost container of the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.inner
Class name for the inner container of the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.heading
Class name for the heading of the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.description
Class name for the description of the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.imageContainer
Class name for the container of the image in the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.image
Class name for the image in the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.buttonsRow
Class name for the buttons row in the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.captureBtn
Class name for the capture button in the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.doneBtn
Class name for the done button in the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.retryCaptureBtn
Class name for the retry capture button in the SelfieCaptureFallback.
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.container
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeedWrapper
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeed
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.previewImage
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.captureContainer
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.headingRow
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.heading
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.footerRow
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.instructions
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.buttonsRow
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.retryCameraAccessBtn
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.retryCaptureBtn
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.uploadBtn
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.uploadProgressBtn
videoIdCapture.faceLiveness.capture.fallback.documentCaptureClassNames.captureBtn
videoIdCapture.faceLiveness.capture.imagePreview.container
Class name for the outermost container of the SelfieProgressPreview.
videoIdCapture.faceLiveness.capture.imagePreview.text
Class name for the text of the SelfieProgressPreview.
videoIdCapture.faceLiveness.capture.imagePreview.spinner
Class name for the spinner of the SelfieProgressPreview.
videoIdCapture.faceLiveness.capture.imagePreview.imageContainer
Class name for the image container of the SelfieProgressPreview.
videoIdCapture.faceLiveness.capture.imagePreview.image
Class name for the image of the SelfieProgressPreview.
videoIdCapture.faceLiveness.success.container
Class name for the outermost container of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.success.inner
Class name for the inner container of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.success.heading
Class name for the heading of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.success.imageContainer
Class name for the image container of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.success.image
Class name for the image of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.success.buttonsRow
Class name for the buttons row of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.success.retryBtn
Class name for the retry button of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.success.doneBtn
Class name for the done button of the FaceLivenessSuccess screen.
videoIdCapture.faceLiveness.failure.container
Class name for the outermost container of the FaceLivenessFailure screen.
videoIdCapture.faceLiveness.failure.inner
Class name for the inner container of the FaceLivenessFailure screen.
videoIdCapture.faceLiveness.failure.heading
Class name for the heading of the FaceLivenessFailure screen.
videoIdCapture.faceLiveness.failure.imageContainer
Class name for the image container of the FaceLivenessFailure screen.
videoIdCapture.faceLiveness.failure.image
Class name for the image of the FaceLivenessFailure screen.
videoIdCapture.faceLiveness.failure.buttonsRow
Class name for the buttons row of the FaceLivenessFailure screen.
videoIdCapture.faceLiveness.failure.retryBtn
Class name for the retry button of the FaceLivenessFailure screen.
videoIdCapture.faceLiveness.failure.exitBtn
Class name for the exit button of the FaceLivenessFailure screen.
videoIdCapture.idVideoCapture.container
Class name for the outer container of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.cameraFeed
Class name for the camera feed of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.guides.container
Class name for the outer container of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.faceGuideContainer
Class name for the container of the face guide of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.faceGuide
Class name for the face guide of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.idCardGuideContainer
Class name for the container of the ID card guide of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.idCardGuideInner
Class name for the inner container of the ID card guide of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.idCardGuideInstructionsContainer
Class name for the container of the ID card guide instructions of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.idCardGuideInstructions
Class name for the ID card guide instructions of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.idCardGuideImageContainer
Class name for the container of the ID card guide image of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.idCardGuideImage
Class name for the ID card guide image of the IdVideoCaptureGuides screen.
videoIdCapture.idVideoCapture.guides.flipIdPrompt.frontImageContainer
Class name for the container of the front image of the IdVideoCaptureFlipIdPrompt screen.
videoIdCapture.idVideoCapture.guides.flipIdPrompt.backImageContainer
Class name for the container of the back image of the IdVideoCaptureFlipIdPrompt screen.
videoIdCapture.idVideoCapture.guides.flipIdPrompt.frontImage
Class name for the front image of the IdVideoCaptureFlipIdPrompt screen.
videoIdCapture.idVideoCapture.guides.flipIdPrompt.backImage
Class name for the back image of the IdVideoCaptureFlipIdPrompt screen.
videoIdCapture.idVideoCapture.guidanceMessageContainer
Class name for the container of the guidance message of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.guidanceMessage
Class name for the guidance message of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.readTextPrompt.container
Class name for the outer container of the ReadTextPrompt screen.
videoIdCapture.idVideoCapture.readTextPrompt.heading
Class name for the heading of the ReadTextPrompt screen.
videoIdCapture.idVideoCapture.readTextPrompt.prompt
Class name for the prompt of the ReadTextPrompt screen.
videoIdCapture.idVideoCapture.readTextPrompt.buttonsRow
Class name for the container of the buttons of the ReadTextPrompt screen.
videoIdCapture.idVideoCapture.readTextPrompt.timeRemaining
Class name for the time remaining of the ReadTextPrompt screen.
videoIdCapture.idVideoCapture.readTextPrompt.doneBtn
Class name for the done button of the ReadTextPrompt screen.
videoIdCapture.idVideoCapture.countdownContainer
Class name for the container of the countdown of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.countdown
Class name for the countdown of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.captureBtnContainer
Class name for the container of the capture button of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.captureBtn
Class name for the capture button of the IdVideoCapture screen.
videoIdCapture.idVideoCapture.exitCaptureBtn
Class name for the exit capture button of the IdVideoCapture screen.
videoIdCapture.success.container
Class name for the outer container of the IdVideoCaptureSuccess screen.
videoIdCapture.success.inner
Class name for the inner container of the IdVideoCaptureSuccess screen.
videoIdCapture.success.heading
Class name for the heading of the IdVideoCaptureSuccess screen.
videoIdCapture.success.assetSelectorOptions
Class name for the options of the asset selector of the IdVideoCaptureSuccess screen.
videoIdCapture.success.assetSelectorOption
Class name for the option of the asset selector of the IdVideoCaptureSuccess screen.
videoIdCapture.success.videoContainer
Class name for the container of the video of the IdVideoCaptureSuccess screen.
videoIdCapture.success.video
Class name for the video of the IdVideoCaptureSuccess screen.
videoIdCapture.success.buttonsRow
Class name for the container of the buttons of the IdVideoCaptureSuccess screen.
videoIdCapture.success.retryBtn
Class name for the retry button of the IdVideoCaptureSuccess screen.
videoIdCapture.success.doneBtn
Class name for the done button of the IdVideoCaptureSuccess screen.
videoSignatureCapture.container
Class name for the outermost container of the VideoSignatureCapture screen.
videoSignatureCapture.cameraFeed
Class name for the camera feed component of the VideoSignatureCapture screen.
videoSignatureCapture.guidanceMessageContainer
Class name for the guidance message container of the VideoSignatureCapture screen.
videoSignatureCapture.guidanceMessage
Class name for the guidance message of the VideoSignatureCapture screen.
videoSignatureCapture.exitCaptureBtn
Class name for the exit capture button of the VideoSignatureCapture screen.
videoSignatureCapture.videoSignatureGuidesClassNames.container
Class name for the outermost container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.inner
Class name for the inner container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.faceGuideContainer
Class name for the container of the face guide of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.faceGuide
Class name for the face guide of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.signaturePadContainer
Class name for the container of the signature pad of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.signatureCanvasContainer
Class name for the signature canvas container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.signatureCanvasInner
Class name for the signature canvas inner container of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.signatureCanvas
Class name for the signature canvas of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.signatureButtonsRow
Class name for the container of the signature buttons of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.clearSignatureBtn
Class name for the clear signature button of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.videoSignatureGuidesClassNames.acceptSignatureBtn
Class name for the accept signature button of the SignatureVideoCaptureGuides screen.
videoSignatureCapture.faceLiveness.loadingOverlay.container
Class name for the outermost container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.inner
Class name for the inner container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.headingContainer
Class name for the heading container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.heading
Class name for the heading of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.imageContainer
Class name for the image container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.image
Class name for the image of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.buttonsRow
Class name for the buttons row of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtnContainer
Class name for the continue button container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn
Class name for the continue button of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cancelBtn
Class name for the cancel button of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.container
Class name for the outermost container of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.inner
Class name for the inner container of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.imageContainer
Class name for the container of the image in the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.image
Class name for the image in the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.heading
Class name for the heading of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.description
Class name for the description text of the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn
Class name for the button that will retry camera access in the CameraAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.container
Class name for the outermost container of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.inner
Class name for the inner container of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.imageContainer
Class name for the image container of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.image
Class name for the image of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.heading
Class name for the heading of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.description
Class name for the description of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn
Class name for the retry button of the MicrophoneAccessDeniedOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressContainer
Class name for the progress container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressBackground
Class name for the progress background of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressBar
Class name for the progress bar of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.progressIndicator
Class name for the progress indicator of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingListContainer
Class name for the loading list container of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingList
Class name for the loading list of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingListItem
Class name for the loading list items of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.loadingOverlay.loadingListItemIndicator
Class name for the icons on the loading list items of the SelfieCaptureLoadingOverlay.
videoSignatureCapture.faceLiveness.capture.container
Class name for the outermost container of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.cameraFeed
Class name for the camera feed component of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.guides.container
Class name for the outermost container of the FaceCaptureGuideOverlay.
videoSignatureCapture.faceLiveness.capture.guides.oval
Class name for the oval of the FaceCaptureGuideOverlay.
videoSignatureCapture.faceLiveness.capture.guidanceMessageContainer
Class name for the guidance message container of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.guidanceMessage
Class name for the guidance message of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.exitCaptureBtn
Class name for the exit capture button of the SelfieCapture screen.
videoSignatureCapture.faceLiveness.capture.fallback.container
Class name for the outermost container of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.inner
Class name for the inner container of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.heading
Class name for the heading of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.description
Class name for the description of the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.imageContainer
Class name for the container of the image in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.image
Class name for the image in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.buttonsRow
Class name for the buttons row in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.captureBtn
Class name for the capture button in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.doneBtn
Class name for the done button in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.retryCaptureBtn
Class name for the retry capture button in the SelfieCaptureFallback.
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.container
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeedWrapper
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.cameraFeed
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.previewImage
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.captureContainer
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.headingRow
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.heading
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.footerRow
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.instructions
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.buttonsRow
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.retryCameraAccessBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.retryCaptureBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.uploadBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.uploadProgressBtn
videoSignatureCapture.faceLiveness.capture.fallback.documentCaptureClassNames.captureBtn
videoSignatureCapture.faceLiveness.capture.imagePreview.container
Class name for the outermost container of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.text
Class name for the text of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.spinner
Class name for the spinner of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.imageContainer
Class name for the image container of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.capture.imagePreview.image
Class name for the image of the SelfieProgressPreview.
videoSignatureCapture.faceLiveness.success.container
Class name for the outermost container of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.inner
Class name for the inner container of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.heading
Class name for the heading of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.imageContainer
Class name for the image container of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.image
Class name for the image of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.buttonsRow
Class name for the buttons row of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.retryBtn
Class name for the retry button of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.success.doneBtn
Class name for the done button of the FaceLivenessSuccess screen.
videoSignatureCapture.faceLiveness.failure.container
Class name for the outermost container of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.inner
Class name for the inner container of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.heading
Class name for the heading of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.imageContainer
Class name for the image container of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.image
Class name for the image of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.buttonsRow
Class name for the buttons row of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.retryBtn
Class name for the retry button of the FaceLivenessFailure screen.
videoSignatureCapture.faceLiveness.failure.exitBtn
Class name for the exit button of the FaceLivenessFailure screen.
videoSignatureCapture.success.container
Class name for the outermost container of the VideoSignatureSuccess screen.
videoSignatureCapture.success.inner
Class name for the inner container of the VideoSignatureSuccess screen.
videoSignatureCapture.success.heading
Class name for the heading of the VideoSignatureSuccess screen.
videoSignatureCapture.success.videoContainer
Class name for the video container of the VideoSignatureSuccess screen.
videoSignatureCapture.success.video
Class name for the video of the VideoSignatureSuccess screen.
videoSignatureCapture.success.buttonsRow
Class name for the buttons row of the VideoSignatureSuccess screen.
videoSignatureCapture.success.retryBtn
Class name for the retry button of the VideoSignatureSuccess screen.
videoSignatureCapture.success.doneBtn
Class name for the done button of the VideoSignatureSuccess screen.

Assets

idCapture.documentDetectionModelUrl
URL to the document detection model. Defaults to defaultDocumentDetectorModelPath.
idCapture.focusModelUrl
URL to the focus model. Defaults to defaultFocusModelPath.
idCapture.loadingOverlay.instructionImageUrl
URL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/WebSDK-Instruction-DL-Capture-3-Portrait.png.
idCapture.loadingOverlay.cameraAccessDenied.imageUrl
URL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png.
faceLiveness.loadingOverlay.instructionImageUrl
URL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/Selfie-Image-1.png.
faceLiveness.loadingOverlay.cameraAccessDenied.imageUrl
URL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png.
faceLiveness.loadingOverlay.microphoneAccessDenied.imageUrl
URL to the image to display when microphone access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/microphone-disable-icon.svg.
faceLiveness.failure.imageUrl
URL to the image to display on the FaceLivenessFailure screen. Defaults to https://websdk-cdn-dev.idmission.com/assets/Face_Not_Detected.svg.
videoIdCapture.idCapture.documentDetectionModelUrl
URL to the document detection model. Defaults to defaultDocumentDetectorModelPath.
videoIdCapture.idCapture.focusModelUrl
URL to the focus model. Defaults to defaultFocusModelPath.
videoIdCapture.idCapture.loadingOverlay.instructionImageUrl
URL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/WebSDK-Instruction-DL-Capture-3-Portrait.png.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.imageUrl
URL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png.
videoIdCapture.faceLiveness.loadingOverlay.instructionImageUrl
URL to the instruction image on the loading overlay. Defaults to https://websdk-cdn-dev.idmission.com/assets/Selfie-Image-1.png.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.imageUrl
URL to the image to display when camera access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/camera-disable-icon.png.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.imageUrl
URL to the image to display when microphone access is denied. Defaults to https://websdk-cdn-dev.idmission.com/assets/microphone-disable-icon.svg.
videoIdCapture.faceLiveness.failure.imageUrl
URL to the image to display on the FaceLivenessFailure screen. Defaults to https://websdk-cdn-dev.idmission.com/assets/Face_Not_Detected.svg.

Colors

idCapture.guideBoxUnsatisfiedColor
Color of the guide box when it is not satisfied. Defaults to white.
idCapture.guideBoxSatisfiedColor
Color of the guide box when it is satisfied. Defaults to green.
idCapture.guidanceMessagesSatisfiedBackgroundColor
Background color of the guidance messages when they are satisfied. Defaults to green.
idCapture.guidanceMessagesUnsatisfiedBackgroundColor
Background color of the guidance messages when they are not satisfied. Defaults to red.
idCapture.guidanceMessagesSatisfiedTextColor
Text color of the guidance messages when they are satisfied. Defaults to white.
idCapture.guidanceMessagesUnsatisfiedTextColor
Text color of the guidance messages when they are not satisfied. Defaults to white.
idCapture.loadingOverlay.continueBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
idCapture.loadingOverlay.continueBtn.borderColor
Border color of the button. Defaults to none.
idCapture.loadingOverlay.continueBtn.textColor
Text color of the button. Defaults to white.
idCapture.loadingOverlay.continueBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
idCapture.loadingOverlay.continueBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
idCapture.loadingOverlay.continueBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
idCapture.loadingOverlay.cameraAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
idCapture.loadingOverlay.cameraAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
idCapture.loadingOverlay.cameraAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
idCapture.loadingOverlay.cameraAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
idCapture.loadingOverlay.cameraAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
idCapture.loadingOverlay.cameraAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
idCapture.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
idCapture.success.doneBtn.borderColor
Border color of the button. Defaults to none.
idCapture.success.doneBtn.textColor
Text color of the button. Defaults to white.
idCapture.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
idCapture.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
idCapture.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
idCapture.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
idCapture.success.retryBtn.borderColor
Border color of the button. Defaults to none.
idCapture.success.retryBtn.textColor
Text color of the button. Defaults to white.
idCapture.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
idCapture.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
idCapture.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
idCapture.fallback.captureBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
idCapture.fallback.captureBtn.borderColor
Border color of the button. Defaults to none.
idCapture.fallback.captureBtn.textColor
Text color of the button. Defaults to white.
idCapture.fallback.captureBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
idCapture.fallback.captureBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
idCapture.fallback.captureBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
idCapture.fallback.captureMoreBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
idCapture.fallback.captureMoreBtn.borderColor
Border color of the button. Defaults to none.
idCapture.fallback.captureMoreBtn.textColor
Text color of the button. Defaults to white.
idCapture.fallback.captureMoreBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
idCapture.fallback.captureMoreBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
idCapture.fallback.captureMoreBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
idCapture.fallback.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
idCapture.fallback.doneBtn.borderColor
Border color of the button. Defaults to none.
idCapture.fallback.doneBtn.textColor
Text color of the button. Defaults to white.
idCapture.fallback.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
idCapture.fallback.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
idCapture.fallback.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.guidesUnsatisfiedColor
Color of the guides when they are not satisfied. Defaults to white.
faceLiveness.guidesSatisfiedColor
Color of the guides when they are satisfied. Defaults to green.
faceLiveness.guidanceMessagesSatisfiedBackgroundColor
Background color of the guidance messages when they are satisfied. Defaults to green.
faceLiveness.guidanceMessagesUnsatisfiedBackgroundColor
Background color of the guidance messages when they are not satisfied. Defaults to red.
faceLiveness.guidanceMessagesSatisfiedTextColor
Text color of the guidance messages when they are satisfied. Defaults to white.
faceLiveness.guidanceMessagesUnsatisfiedTextColor
Text color of the guidance messages when they are not satisfied. Defaults to white.
faceLiveness.loadingOverlay.continueBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.loadingOverlay.continueBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.loadingOverlay.continueBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.loadingOverlay.continueBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.loadingOverlay.continueBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.loadingOverlay.continueBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.success.doneBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.success.doneBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.success.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.success.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.failure.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.failure.retryBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.failure.retryBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.failure.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.failure.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.failure.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
faceLiveness.failure.exitBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
faceLiveness.failure.exitBtn.borderColor
Border color of the button. Defaults to none.
faceLiveness.failure.exitBtn.textColor
Text color of the button. Defaults to white.
faceLiveness.failure.exitBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
faceLiveness.failure.exitBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
faceLiveness.failure.exitBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idCapture.guideBoxUnsatisfiedColor
Color of the guide box when it is not satisfied. Defaults to white.
videoIdCapture.idCapture.guideBoxSatisfiedColor
Color of the guide box when it is satisfied. Defaults to green.
videoIdCapture.idCapture.guidanceMessagesSatisfiedBackgroundColor
Background color of the guidance messages when they are satisfied. Defaults to green.
videoIdCapture.idCapture.guidanceMessagesUnsatisfiedBackgroundColor
Background color of the guidance messages when they are not satisfied. Defaults to red.
videoIdCapture.idCapture.guidanceMessagesSatisfiedTextColor
Text color of the guidance messages when they are satisfied. Defaults to white.
videoIdCapture.idCapture.guidanceMessagesUnsatisfiedTextColor
Text color of the guidance messages when they are not satisfied. Defaults to white.
videoIdCapture.idCapture.loadingOverlay.continueBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idCapture.loadingOverlay.continueBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idCapture.loadingOverlay.continueBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idCapture.loadingOverlay.continueBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idCapture.loadingOverlay.continueBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idCapture.loadingOverlay.continueBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idCapture.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idCapture.success.doneBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idCapture.success.doneBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idCapture.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idCapture.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idCapture.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idCapture.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idCapture.success.retryBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idCapture.success.retryBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idCapture.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idCapture.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idCapture.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idCapture.fallback.captureBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idCapture.fallback.captureBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idCapture.fallback.captureBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idCapture.fallback.captureBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idCapture.fallback.captureBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idCapture.fallback.captureBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idCapture.fallback.captureMoreBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idCapture.fallback.captureMoreBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idCapture.fallback.captureMoreBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idCapture.fallback.captureMoreBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idCapture.fallback.captureMoreBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idCapture.fallback.captureMoreBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idCapture.fallback.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idCapture.fallback.doneBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idCapture.fallback.doneBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idCapture.fallback.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idCapture.fallback.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idCapture.fallback.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.faceLiveness.guidesUnsatisfiedColor
Color of the guides when they are not satisfied. Defaults to white.
videoIdCapture.faceLiveness.guidesSatisfiedColor
Color of the guides when they are satisfied. Defaults to green.
videoIdCapture.faceLiveness.guidanceMessagesSatisfiedBackgroundColor
Background color of the guidance messages when they are satisfied. Defaults to green.
videoIdCapture.faceLiveness.guidanceMessagesUnsatisfiedBackgroundColor
Background color of the guidance messages when they are not satisfied. Defaults to red.
videoIdCapture.faceLiveness.guidanceMessagesSatisfiedTextColor
Text color of the guidance messages when they are satisfied. Defaults to white.
videoIdCapture.faceLiveness.guidanceMessagesUnsatisfiedTextColor
Text color of the guidance messages when they are not satisfied. Defaults to white.
videoIdCapture.faceLiveness.loadingOverlay.continueBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.faceLiveness.loadingOverlay.continueBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.faceLiveness.loadingOverlay.continueBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.faceLiveness.loadingOverlay.continueBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.faceLiveness.loadingOverlay.continueBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.faceLiveness.loadingOverlay.continueBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.faceLiveness.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.faceLiveness.success.doneBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.faceLiveness.success.doneBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.faceLiveness.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.faceLiveness.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.faceLiveness.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.faceLiveness.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.faceLiveness.success.retryBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.faceLiveness.success.retryBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.faceLiveness.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.faceLiveness.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.faceLiveness.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.faceLiveness.failure.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.faceLiveness.failure.retryBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.faceLiveness.failure.retryBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.faceLiveness.failure.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.faceLiveness.failure.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.faceLiveness.failure.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.faceLiveness.failure.exitBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.faceLiveness.failure.exitBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.faceLiveness.failure.exitBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.faceLiveness.failure.exitBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.faceLiveness.failure.exitBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.faceLiveness.failure.exitBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.idVideoCapture.guidesSatisfiedColor
Color to use for the guides when satisfied. Defaults to green.
videoIdCapture.idVideoCapture.guidesUnsatisfiedColor
Color to use for the guides when unsatisfied. Defaults to white.
videoIdCapture.idVideoCapture.readTextDoneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.idVideoCapture.readTextDoneBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.idVideoCapture.readTextDoneBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.idVideoCapture.readTextDoneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.idVideoCapture.readTextDoneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.idVideoCapture.readTextDoneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.success.retryBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.success.retryBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoIdCapture.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoIdCapture.success.doneBtn.borderColor
Border color of the button. Defaults to none.
videoIdCapture.success.doneBtn.textColor
Text color of the button. Defaults to white.
videoIdCapture.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoIdCapture.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoIdCapture.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.guidanceMessageBackgroundColor
Background color of the guidance message. Defaults to #ccc.
videoSignatureCapture.guidanceMessageTextColor
Text color of the guidance message. Defaults to black.
videoSignatureCapture.faceLiveness.guidesUnsatisfiedColor
Color of the guides when they are not satisfied. Defaults to white.
videoSignatureCapture.faceLiveness.guidesSatisfiedColor
Color of the guides when they are satisfied. Defaults to green.
videoSignatureCapture.faceLiveness.guidanceMessagesSatisfiedBackgroundColor
Background color of the guidance messages when they are satisfied. Defaults to green.
videoSignatureCapture.faceLiveness.guidanceMessagesUnsatisfiedBackgroundColor
Background color of the guidance messages when they are not satisfied. Defaults to red.
videoSignatureCapture.faceLiveness.guidanceMessagesSatisfiedTextColor
Text color of the guidance messages when they are satisfied. Defaults to white.
videoSignatureCapture.faceLiveness.guidanceMessagesUnsatisfiedTextColor
Text color of the guidance messages when they are not satisfied. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.loadingOverlay.continueBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.success.doneBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.success.doneBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.success.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.success.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.failure.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.failure.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.failure.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.failure.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.failure.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.failure.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.faceLiveness.failure.exitBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.faceLiveness.failure.exitBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.faceLiveness.failure.exitBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.faceLiveness.failure.exitBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.faceLiveness.failure.exitBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.faceLiveness.failure.exitBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.success.retryBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.success.retryBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.success.retryBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.success.retryBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.success.retryBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.success.retryBtn.loadingTextColor
Text color of the button while loading. Defaults to white.
videoSignatureCapture.success.doneBtn.backgroundColor
Background color of the button. Defaults to #0d6efd.
videoSignatureCapture.success.doneBtn.borderColor
Border color of the button. Defaults to none.
videoSignatureCapture.success.doneBtn.textColor
Text color of the button. Defaults to white.
videoSignatureCapture.success.doneBtn.loadingBackgroundColor
Background color of the button while loading. Defaults to none.
videoSignatureCapture.success.doneBtn.loadingBorderColor
Border color of the button while loading. Defaults to secondary-500.
videoSignatureCapture.success.doneBtn.loadingTextColor
Text color of the button while loading. Defaults to white.

Verbiage

idCapture.uploadOrCaptureScreen.captureWithCameraText
Text to display on the capture with camera button. Defaults to “Capture with Camera”.
idCapture.uploadOrCaptureScreen.orText
Text to display on the separator between capture with camera and upload. Defaults to “OR”.
idCapture.uploadOrCaptureScreen.uploadFromStorageText
Text to display on the upload from storage button. Defaults to “Upload from Storage”.
idCapture.uploadOrCaptureScreen.selectIdTypeText
Text to display on the select ID type heading. Defaults to “Select ID Type”.
idCapture.uploadOrCaptureScreen.passportText
Text to display on the passport button. Defaults to “Passport”.
idCapture.uploadOrCaptureScreen.idCardText
Text to display on the ID card button. Defaults to “ID Card”.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontText
Text to display on the upload ID front button. Defaults to “Upload ID Front”.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackText
Text to display on the upload ID back button. Defaults to “Upload ID Back”.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackHelpTextIfSinglePageAllowed
Text to display on the upload ID back help text. Defaults to “Upload the back of the ID if it is not included in the front image”.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.loadingText
Text to display on the upload buttons while loading. Defaults to “Loading…“.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.continueText
Text to display on the continue button. Defaults to “Continue”.
idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.cancelText
Text to display on the cancel button. Defaults to “Cancel”.
idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportText
Text to display on the upload passport button. Defaults to “Upload Passport”.
idCapture.uploadOrCaptureScreen.passportUploadScreen.loadingText
Text to display on the upload button while loading. Defaults to “Loading…“.
idCapture.uploadOrCaptureScreen.passportUploadScreen.continueText
Text to display on the continue button. Defaults to “Continue”.
idCapture.uploadOrCaptureScreen.passportUploadScreen.cancelText
Text to display on the cancel button. Defaults to “Cancel”.
idCapture.loadingOverlay.headingText
Text to display on the loading overlay. Defaults to “Use your device camera to capture your ID”.
idCapture.loadingOverlay.useContinuityCameraText
Text to display on the loading overlay when iOS Continuity Camera is available. Defaults to “Use your iPhone as a webcam”.
idCapture.loadingOverlay.downloadingText
Text to display on the loading overlay while the models are downloading. Defaults to “Downloading…“.
idCapture.loadingOverlay.modelsWarmingUpText
Text to display on the loading overlay while the models are warming up. Defaults to “Models warming up…“.
idCapture.loadingOverlay.modelsReadyText
Text to display on the loading overlay when the models are ready. Defaults to “Guided capture experience ready”.
idCapture.loadingOverlay.cameraInitializingText
Text to display on the loading overlay while the camera is initializing. Defaults to “Camera initializing…“.
idCapture.loadingOverlay.continueText
Text to display on the loading overlay continue button. Defaults to “Continue”.
idCapture.loadingOverlay.cameraInitializedText
Text to display on the loading overlay when the camera is initialized. Defaults to “Camera ready”.
idCapture.loadingOverlay.cameraAccessDenied.headingText
Text informing the user that camera access is denied. Defaults to “Your camera permission is disabled”.
idCapture.loadingOverlay.cameraAccessDenied.descriptionText
Text elaborating on the meaning of camera access being denied. Defaults to “This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.”.
idCapture.loadingOverlay.cameraAccessDenied.retryBtnText
Text for the button that will retry camera access. Defaults to “Retry”.
idCapture.idCardFront.instructionText
Text to display while the ID card is being captured. Defaults to “Scan the front of ID”.
idCapture.idCardFront.processingIdCardText
Text to display while the ID card is being processed. Defaults to “ID card front captured.”.
idCapture.idCardFront.capturingText
Text to display while the document is being captured. Defaults to “Capturing…“.
idCapture.idCardFront.captureFailedText
Text to display when the document capture fails. Defaults to “Capture failed!“.
idCapture.idCardFront.guidanceSatisfiedText
Text to display when guidance is satisfied. Defaults to “ID Capture Successful”.
idCapture.idCardFront.guidancePleaseFlipText
Text to display when guidance is not satisfied because the user is showing the back of the ID card when the front is desired. Defaults to “ID card front detected - please flip your ID card”.
idCapture.idCardFront.guidanceBackDetectedFirstText
Text to display when guidance is not satisfied because the user is showing the front of the ID card when the back is desired. Defaults to “ID card back detected - please flip your ID card”.
idCapture.idCardFront.guidanceTooBlurryText
Text to display when guidance is not satisfied because the ID card is too blurry. Defaults to “Document out of focus – try improving the lighting”.
idCapture.idCardFront.guidanceNotCenteredText
Text to display when guidance is not satisfied because the document is not centered on screen. Defaults to “Document is not centered”.
idCapture.idCardFront.guidanceTooCloseText
Text to display when guidance is not satisfied because the document is too close to the camera. Defaults to “Document too close, please back up”.
idCapture.idCardFront.guidanceNotStableText
Text to display when guidance is not satisfied because the document is not stable. Defaults to “Document is not stable”.
idCapture.idCardFront.guidanceNotDetectedText
Text to display when guidance is not satisfied because no document is detected. Defaults to “Document not detected”.
idCapture.idCardFront.guidanceIdCardNotAllowedText
Text to display when guidance is not satisfied because an ID card is detected but idCaptureRequirement indicates ID cards should not be accepted. Defaults to “ID card detected, please scan a passport instead”.
idCapture.idCardFront.guidancePassportNotAllowedText
Text to display when guidance is not satisfied because a passport is detected but idCaptureRequirement indicates passports should not be accepted. Defaults to “Passport detected, please scan an ID card instead”.
idCapture.idCardFront.overrideWrongDocumentTypeGuidanceDialog.messageText
Text to display when on bottom of screen when the wrong document type has been shown for too long. Defaults to “We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?“.
idCapture.idCardFront.overrideWrongDocumentTypeGuidanceDialog.buttonText
Text to display on the button when on bottom of screen when the wrong document type has been shown for too long. Defaults to “OK”.
idCapture.idCardBack.instructionText
Text to display while the ID card is being captured. Defaults to “Scan the front of ID”.
idCapture.idCardBack.processingIdCardText
Text to display while the ID card is being processed. Defaults to “ID card front captured.”.
idCapture.idCardBack.capturingText
Text to display while the document is being captured. Defaults to “Capturing…“.
idCapture.idCardBack.captureFailedText
Text to display when the document capture fails. Defaults to “Capture failed!“.
idCapture.idCardBack.guidanceSatisfiedText
Text to display when guidance is satisfied. Defaults to “ID Capture Successful”.
idCapture.idCardBack.guidancePleaseFlipText
Text to display when guidance is not satisfied because the user is showing the back of the ID card when the front is desired. Defaults to “ID card front detected - please flip your ID card”.
idCapture.idCardBack.guidanceBackDetectedFirstText
Text to display when guidance is not satisfied because the user is showing the front of the ID card when the back is desired. Defaults to “ID card back detected - please flip your ID card”.
idCapture.idCardBack.guidanceTooBlurryText
Text to display when guidance is not satisfied because the ID card is too blurry. Defaults to “Document out of focus – try improving the lighting”.
idCapture.idCardBack.guidanceNotCenteredText
Text to display when guidance is not satisfied because the document is not centered on screen. Defaults to “Document is not centered”.
idCapture.idCardBack.guidanceTooCloseText
Text to display when guidance is not satisfied because the document is too close to the camera. Defaults to “Document too close, please back up”.
idCapture.idCardBack.guidanceNotStableText
Text to display when guidance is not satisfied because the document is not stable. Defaults to “Document is not stable”.
idCapture.idCardBack.guidanceNotDetectedText
Text to display when guidance is not satisfied because no document is detected. Defaults to “Document not detected”.
idCapture.idCardBack.guidanceIdCardNotAllowedText
Text to display when guidance is not satisfied because an ID card is detected but idCaptureRequirement indicates ID cards should not be accepted. Defaults to “ID card detected, please scan a passport instead”.
idCapture.idCardBack.guidancePassportNotAllowedText
Text to display when guidance is not satisfied because a passport is detected but idCaptureRequirement indicates passports should not be accepted. Defaults to “Passport detected, please scan an ID card instead”.
idCapture.idCardBack.overrideWrongDocumentTypeGuidanceDialog.messageText
Text to display when on bottom of screen when the wrong document type has been shown for too long. Defaults to “We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?“.
idCapture.idCardBack.overrideWrongDocumentTypeGuidanceDialog.buttonText
Text to display on the button when on bottom of screen when the wrong document type has been shown for too long. Defaults to “OK”.
idCapture.passport.instructionText
Text to display while the ID card is being captured. Defaults to “Scan the front of ID”.
idCapture.passport.processingIdCardText
Text to display while the ID card is being processed. Defaults to “ID card front captured.”.
idCapture.passport.capturingText
Text to display while the document is being captured. Defaults to “Capturing…“.
idCapture.passport.captureFailedText
Text to display when the document capture fails. Defaults to “Capture failed!“.
idCapture.passport.guidanceSatisfiedText
Text to display when guidance is satisfied. Defaults to “ID Capture Successful”.
idCapture.passport.guidancePleaseFlipText
Text to display when guidance is not satisfied because the user is showing the back of the ID card when the front is desired. Defaults to “ID card front detected - please flip your ID card”.
idCapture.passport.guidanceBackDetectedFirstText
Text to display when guidance is not satisfied because the user is showing the front of the ID card when the back is desired. Defaults to “ID card back detected - please flip your ID card”.
idCapture.passport.guidanceTooBlurryText
Text to display when guidance is not satisfied because the ID card is too blurry. Defaults to “Document out of focus – try improving the lighting”.
idCapture.passport.guidanceNotCenteredText
Text to display when guidance is not satisfied because the document is not centered on screen. Defaults to “Document is not centered”.
idCapture.passport.guidanceTooCloseText
Text to display when guidance is not satisfied because the document is too close to the camera. Defaults to “Document too close, please back up”.
idCapture.passport.guidanceNotStableText
Text to display when guidance is not satisfied because the document is not stable. Defaults to “Document is not stable”.
idCapture.passport.guidanceNotDetectedText
Text to display when guidance is not satisfied because no document is detected. Defaults to “Document not detected”.
idCapture.passport.guidanceIdCardNotAllowedText
Text to display when guidance is not satisfied because an ID card is detected but idCaptureRequirement indicates ID cards should not be accepted. Defaults to “ID card detected, please scan a passport instead”.
idCapture.passport.guidancePassportNotAllowedText
Text to display when guidance is not satisfied because a passport is detected but idCaptureRequirement indicates passports should not be accepted. Defaults to “Passport detected, please scan an ID card instead”.
idCapture.passport.overrideWrongDocumentTypeGuidanceDialog.messageText
Text to display when on bottom of screen when the wrong document type has been shown for too long. Defaults to “We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?“.
idCapture.passport.overrideWrongDocumentTypeGuidanceDialog.buttonText
Text to display on the button when on bottom of screen when the wrong document type has been shown for too long. Defaults to “OK”.
idCapture.flipIdPrompt.instructionText
Text to display on the flip ID prompt. Defaults to “Please flip your ID card…“.
idCapture.success.headingText
Text to display on the heading of the IdCaptureSuccess screen. Defaults to “ID Capture Successful”.
idCapture.success.submitText
Text to display on the submit button of the IdCaptureSuccess screen. Defaults to “Submit”.
idCapture.success.submittingText
Text to display on the submit button of the IdCaptureSuccess screen when submission is in progress. Defaults to “Submitting…“.
idCapture.success.retryText
Text to display on the retry button of the IdCaptureSuccess screen if submission fails. Defaults to “Retry”.
idCapture.fallback.headingText
Text to display on the heading of the IdCaptureFallback screen. Defaults to “We’re having some trouble.”.
idCapture.fallback.descriptionText
Text to display on the description of the IdCaptureFallback screen. Defaults to “On-device capture guidance failed, please capture a photo of the ID card manually.”.
idCapture.fallback.firstInstructionText
Text to display on the first instruction of the IdCaptureFallback screen. Defaults to “Please capture the front of your ID card.”.
idCapture.fallback.secondInstructionText
Text to display on the second instruction of the IdCaptureFallback screen. Defaults to “Please capture the back of your ID card.”.
idCapture.fallback.thirdInstructionText
Text to display on the third instruction of the IdCaptureFallback screen. Defaults to “Please capture the ID page of your passport.”.
idCapture.fallback.captureBtnText
Text to display on the capture button of the IdCaptureFallback screen. Defaults to “Capture”.
idCapture.fallback.captureMoreBtnText
Text to display on the capture more button of the IdCaptureFallback screen. Defaults to “Capture ID page of passport”.
idCapture.fallback.doneBtnText
Text to display on the done button of the IdCaptureFallback screen. Defaults to “Done”.
idCapture.fallback.documentCaptureVerbiage.headingText
idCapture.fallback.documentCaptureVerbiage.loadingBtnText
idCapture.fallback.documentCaptureVerbiage.retryCameraAccessBtnText
idCapture.fallback.documentCaptureVerbiage.captureBtnText
idCapture.fallback.documentCaptureVerbiage.capturingBtnText
idCapture.fallback.documentCaptureVerbiage.retryCaptureBtnText
idCapture.fallback.documentCaptureVerbiage.uploadBtnText
idCapture.fallback.documentCaptureVerbiage.uploadingBtnText
idCapture.fallback.documentCaptureVerbiage.retryUploadBtnText
idCapture.fallback.documentCaptureVerbiage.successBtnText
faceLiveness.guidanceHoldStillText
Text to display on the guidance message when capture/verification is in progress. Defaults to “Hold still for a few seconds…“.
faceLiveness.guidanceLookStraightText
Text to display on the guidance message when the user is not looking at the camera. Defaults to “Look straight into the camera…“.
faceLiveness.guidanceMoveBackText
Text to display on the guidance message when the user is too close to the camera. Defaults to “Move back…“.
faceLiveness.guidanceMoveForwardText
Text to display on the guidance message when the user is too far from the camera. Defaults to “Move forward…“.
faceLiveness.guidanceMoveToCenterText
Text to display on the guidance message when the user’s face is not centered in the frame. Defaults to “Move to the center…“.
faceLiveness.guidanceNoFaceDetectedText
Text to display on the guidance message when the user’s face is not detected in the frame. Defaults to “Waiting for face to be detected…“.
faceLiveness.guidanceNotStableText
Text to display on the guidance message when the user’s face is not stable. Defaults to “Please hold still…“.
faceLiveness.guidanceRemoveEyeCoveringsText
Text to display on the guidance message when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
faceLiveness.guidanceRemoveHeadCoveringsText
Text to display on the guidance message when the user is wearing a hat. Defaults to “Remove Head Coverings”.
faceLiveness.guidanceRemoveMaskText
Text to display on the guidance message when the user is wearing a mask. Defaults to “Remove Mask”.
faceLiveness.progressPreviewText
Text to display on the progress preview of the FaceLivenessCapture screen. Defaults to “Processing…“.
faceLiveness.guidanceLivenessCheckFailedText
Text to display on the guidance message when liveness check failed. Defaults to “Could not verify your face.”.
faceLiveness.guidanceLivenessCheckErrorText
Text to display on the guidance message when liveness check failed. Defaults to “An error occurred while verifying your face.”.
faceLiveness.loadingOverlay.headingText
Text to display on the heading of the SelfieCaptureLoadingOverlay. Defaults to “Use your device camera to capture your face”.
faceLiveness.loadingOverlay.removeEyeCoveringsText
Text to display on the SelfieCaptureLoadingOverlay when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
faceLiveness.loadingOverlay.avoidExcessiveBacklightingText
Text to display on the SelfieCaptureLoadingOverlay when the lighting in the background is too bright. Defaults to “Avoid Excessive Backlighting”.
faceLiveness.loadingOverlay.continueText
Text to display on the continue button of the SelfieCaptureLoadingOverlay. Defaults to “Continue”.
faceLiveness.loadingOverlay.cameraInitializingText
Text to display on the SelfieCaptureLoadingOverlay when access to the camera is being requested. Defaults to “Camera initializing…“.
faceLiveness.loadingOverlay.downloadingText
Text to display on the SelfieCaptureLoadingOverlay when the models are being downloaded. Defaults to “Downloading…“.
faceLiveness.loadingOverlay.modelsWarmingUpText
Text to display on the SelfieCaptureLoadingOverlay when the models are warming up. Defaults to “Models warming up…“.
faceLiveness.loadingOverlay.modelsReadyText
Text to display on the SelfieCaptureLoadingOverlay when the models are ready. Defaults to “Guided capture experience ready”.
faceLiveness.loadingOverlay.cameraInitializedText
Text to display on the SelfieCaptureLoadingOverlay when the camera is ready. Defaults to “Camera ready”.
faceLiveness.loadingOverlay.cameraAccessDenied.headingText
Text informing the user that camera access is denied. Defaults to “Your camera permission is disabled”.
faceLiveness.loadingOverlay.cameraAccessDenied.descriptionText
Text elaborating on the meaning of camera access being denied. Defaults to “This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.”.
faceLiveness.loadingOverlay.cameraAccessDenied.retryBtnText
Text for the button that will retry camera access. Defaults to “Retry”.
faceLiveness.loadingOverlay.microphoneAccessDenied.headingText
Text to display on the heading of the MicrophoneAccessDeniedOverlay. Defaults to “Your microphone permission is disabled”.
faceLiveness.loadingOverlay.microphoneAccessDenied.descriptionText
Text to display on the description of the MicrophoneAccessDeniedOverlay. Defaults to “This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions, you must go to settings and provide microphone access to the current browser.”.
faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtnText
Text to display on the retry button of the MicrophoneAccessDeniedOverlay. Defaults to “Retry”.
faceLiveness.success.headingText
Text to display on the heading of the FaceLivenessSuccess screen. Defaults to “Face liveness has been verified!“.
faceLiveness.success.retryBtnText
Text to display on the retry button of the FaceLivenessSuccess screen. Defaults to “Retry”.
faceLiveness.success.doneBtnText
Text to display on the done button of the FaceLivenessSuccess screen. Defaults to “Done”.
faceLiveness.failure.headingText
Text to display on the heading of the FaceLivenessFailure screen. Defaults to “Live face not detected, please try again”.
faceLiveness.failure.retryBtnText
Text to display on the retry button of the FaceLivenessFailure screen. Defaults to “Retry”.
faceLiveness.failure.exitBtnText
Text to display on the exit button of the FaceLivenessFailure screen. Defaults to “Exit”.
videoIdCapture.idCapture.uploadOrCaptureScreen.captureWithCameraText
Text to display on the capture with camera button. Defaults to “Capture with Camera”.
videoIdCapture.idCapture.uploadOrCaptureScreen.orText
Text to display on the separator between capture with camera and upload. Defaults to “OR”.
videoIdCapture.idCapture.uploadOrCaptureScreen.uploadFromStorageText
Text to display on the upload from storage button. Defaults to “Upload from Storage”.
videoIdCapture.idCapture.uploadOrCaptureScreen.selectIdTypeText
Text to display on the select ID type heading. Defaults to “Select ID Type”.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportText
Text to display on the passport button. Defaults to “Passport”.
videoIdCapture.idCapture.uploadOrCaptureScreen.idCardText
Text to display on the ID card button. Defaults to “ID Card”.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdFrontText
Text to display on the upload ID front button. Defaults to “Upload ID Front”.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackText
Text to display on the upload ID back button. Defaults to “Upload ID Back”.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.uploadIdBackHelpTextIfSinglePageAllowed
Text to display on the upload ID back help text. Defaults to “Upload the back of the ID if it is not included in the front image”.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.loadingText
Text to display on the upload buttons while loading. Defaults to “Loading…“.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.continueText
Text to display on the continue button. Defaults to “Continue”.
videoIdCapture.idCapture.uploadOrCaptureScreen.idDocumentUploadScreen.cancelText
Text to display on the cancel button. Defaults to “Cancel”.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.uploadPassportText
Text to display on the upload passport button. Defaults to “Upload Passport”.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.loadingText
Text to display on the upload button while loading. Defaults to “Loading…“.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.continueText
Text to display on the continue button. Defaults to “Continue”.
videoIdCapture.idCapture.uploadOrCaptureScreen.passportUploadScreen.cancelText
Text to display on the cancel button. Defaults to “Cancel”.
videoIdCapture.idCapture.loadingOverlay.headingText
Text to display on the loading overlay. Defaults to “Use your device camera to capture your ID”.
videoIdCapture.idCapture.loadingOverlay.useContinuityCameraText
Text to display on the loading overlay when iOS Continuity Camera is available. Defaults to “Use your iPhone as a webcam”.
videoIdCapture.idCapture.loadingOverlay.downloadingText
Text to display on the loading overlay while the models are downloading. Defaults to “Downloading…“.
videoIdCapture.idCapture.loadingOverlay.modelsWarmingUpText
Text to display on the loading overlay while the models are warming up. Defaults to “Models warming up…“.
videoIdCapture.idCapture.loadingOverlay.modelsReadyText
Text to display on the loading overlay when the models are ready. Defaults to “Guided capture experience ready”.
videoIdCapture.idCapture.loadingOverlay.cameraInitializingText
Text to display on the loading overlay while the camera is initializing. Defaults to “Camera initializing…“.
videoIdCapture.idCapture.loadingOverlay.continueText
Text to display on the loading overlay continue button. Defaults to “Continue”.
videoIdCapture.idCapture.loadingOverlay.cameraInitializedText
Text to display on the loading overlay when the camera is initialized. Defaults to “Camera ready”.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.headingText
Text informing the user that camera access is denied. Defaults to “Your camera permission is disabled”.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.descriptionText
Text elaborating on the meaning of camera access being denied. Defaults to “This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.”.
videoIdCapture.idCapture.loadingOverlay.cameraAccessDenied.retryBtnText
Text for the button that will retry camera access. Defaults to “Retry”.
videoIdCapture.idCapture.idCardFront.instructionText
Text to display while the ID card is being captured. Defaults to “Scan the front of ID”.
videoIdCapture.idCapture.idCardFront.processingIdCardText
Text to display while the ID card is being processed. Defaults to “ID card front captured.”.
videoIdCapture.idCapture.idCardFront.capturingText
Text to display while the document is being captured. Defaults to “Capturing…“.
videoIdCapture.idCapture.idCardFront.captureFailedText
Text to display when the document capture fails. Defaults to “Capture failed!“.
videoIdCapture.idCapture.idCardFront.guidanceSatisfiedText
Text to display when guidance is satisfied. Defaults to “ID Capture Successful”.
videoIdCapture.idCapture.idCardFront.guidancePleaseFlipText
Text to display when guidance is not satisfied because the user is showing the back of the ID card when the front is desired. Defaults to “ID card front detected - please flip your ID card”.
videoIdCapture.idCapture.idCardFront.guidanceBackDetectedFirstText
Text to display when guidance is not satisfied because the user is showing the front of the ID card when the back is desired. Defaults to “ID card back detected - please flip your ID card”.
videoIdCapture.idCapture.idCardFront.guidanceTooBlurryText
Text to display when guidance is not satisfied because the ID card is too blurry. Defaults to “Document out of focus – try improving the lighting”.
videoIdCapture.idCapture.idCardFront.guidanceNotCenteredText
Text to display when guidance is not satisfied because the document is not centered on screen. Defaults to “Document is not centered”.
videoIdCapture.idCapture.idCardFront.guidanceTooCloseText
Text to display when guidance is not satisfied because the document is too close to the camera. Defaults to “Document too close, please back up”.
videoIdCapture.idCapture.idCardFront.guidanceNotStableText
Text to display when guidance is not satisfied because the document is not stable. Defaults to “Document is not stable”.
videoIdCapture.idCapture.idCardFront.guidanceNotDetectedText
Text to display when guidance is not satisfied because no document is detected. Defaults to “Document not detected”.
videoIdCapture.idCapture.idCardFront.guidanceIdCardNotAllowedText
Text to display when guidance is not satisfied because an ID card is detected but idCaptureRequirement indicates ID cards should not be accepted. Defaults to “ID card detected, please scan a passport instead”.
videoIdCapture.idCapture.idCardFront.guidancePassportNotAllowedText
Text to display when guidance is not satisfied because a passport is detected but idCaptureRequirement indicates passports should not be accepted. Defaults to “Passport detected, please scan an ID card instead”.
videoIdCapture.idCapture.idCardFront.overrideWrongDocumentTypeGuidanceDialog.messageText
Text to display when on bottom of screen when the wrong document type has been shown for too long. Defaults to “We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?“.
videoIdCapture.idCapture.idCardFront.overrideWrongDocumentTypeGuidanceDialog.buttonText
Text to display on the button when on bottom of screen when the wrong document type has been shown for too long. Defaults to “OK”.
videoIdCapture.idCapture.idCardBack.instructionText
Text to display while the ID card is being captured. Defaults to “Scan the front of ID”.
videoIdCapture.idCapture.idCardBack.processingIdCardText
Text to display while the ID card is being processed. Defaults to “ID card front captured.”.
videoIdCapture.idCapture.idCardBack.capturingText
Text to display while the document is being captured. Defaults to “Capturing…“.
videoIdCapture.idCapture.idCardBack.captureFailedText
Text to display when the document capture fails. Defaults to “Capture failed!“.
videoIdCapture.idCapture.idCardBack.guidanceSatisfiedText
Text to display when guidance is satisfied. Defaults to “ID Capture Successful”.
videoIdCapture.idCapture.idCardBack.guidancePleaseFlipText
Text to display when guidance is not satisfied because the user is showing the back of the ID card when the front is desired. Defaults to “ID card front detected - please flip your ID card”.
videoIdCapture.idCapture.idCardBack.guidanceBackDetectedFirstText
Text to display when guidance is not satisfied because the user is showing the front of the ID card when the back is desired. Defaults to “ID card back detected - please flip your ID card”.
videoIdCapture.idCapture.idCardBack.guidanceTooBlurryText
Text to display when guidance is not satisfied because the ID card is too blurry. Defaults to “Document out of focus – try improving the lighting”.
videoIdCapture.idCapture.idCardBack.guidanceNotCenteredText
Text to display when guidance is not satisfied because the document is not centered on screen. Defaults to “Document is not centered”.
videoIdCapture.idCapture.idCardBack.guidanceTooCloseText
Text to display when guidance is not satisfied because the document is too close to the camera. Defaults to “Document too close, please back up”.
videoIdCapture.idCapture.idCardBack.guidanceNotStableText
Text to display when guidance is not satisfied because the document is not stable. Defaults to “Document is not stable”.
videoIdCapture.idCapture.idCardBack.guidanceNotDetectedText
Text to display when guidance is not satisfied because no document is detected. Defaults to “Document not detected”.
videoIdCapture.idCapture.idCardBack.guidanceIdCardNotAllowedText
Text to display when guidance is not satisfied because an ID card is detected but idCaptureRequirement indicates ID cards should not be accepted. Defaults to “ID card detected, please scan a passport instead”.
videoIdCapture.idCapture.idCardBack.guidancePassportNotAllowedText
Text to display when guidance is not satisfied because a passport is detected but idCaptureRequirement indicates passports should not be accepted. Defaults to “Passport detected, please scan an ID card instead”.
videoIdCapture.idCapture.idCardBack.overrideWrongDocumentTypeGuidanceDialog.messageText
Text to display when on bottom of screen when the wrong document type has been shown for too long. Defaults to “We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?“.
videoIdCapture.idCapture.idCardBack.overrideWrongDocumentTypeGuidanceDialog.buttonText
Text to display on the button when on bottom of screen when the wrong document type has been shown for too long. Defaults to “OK”.
videoIdCapture.idCapture.passport.instructionText
Text to display while the ID card is being captured. Defaults to “Scan the front of ID”.
videoIdCapture.idCapture.passport.processingIdCardText
Text to display while the ID card is being processed. Defaults to “ID card front captured.”.
videoIdCapture.idCapture.passport.capturingText
Text to display while the document is being captured. Defaults to “Capturing…“.
videoIdCapture.idCapture.passport.captureFailedText
Text to display when the document capture fails. Defaults to “Capture failed!“.
videoIdCapture.idCapture.passport.guidanceSatisfiedText
Text to display when guidance is satisfied. Defaults to “ID Capture Successful”.
videoIdCapture.idCapture.passport.guidancePleaseFlipText
Text to display when guidance is not satisfied because the user is showing the back of the ID card when the front is desired. Defaults to “ID card front detected - please flip your ID card”.
videoIdCapture.idCapture.passport.guidanceBackDetectedFirstText
Text to display when guidance is not satisfied because the user is showing the front of the ID card when the back is desired. Defaults to “ID card back detected - please flip your ID card”.
videoIdCapture.idCapture.passport.guidanceTooBlurryText
Text to display when guidance is not satisfied because the ID card is too blurry. Defaults to “Document out of focus – try improving the lighting”.
videoIdCapture.idCapture.passport.guidanceNotCenteredText
Text to display when guidance is not satisfied because the document is not centered on screen. Defaults to “Document is not centered”.
videoIdCapture.idCapture.passport.guidanceTooCloseText
Text to display when guidance is not satisfied because the document is too close to the camera. Defaults to “Document too close, please back up”.
videoIdCapture.idCapture.passport.guidanceNotStableText
Text to display when guidance is not satisfied because the document is not stable. Defaults to “Document is not stable”.
videoIdCapture.idCapture.passport.guidanceNotDetectedText
Text to display when guidance is not satisfied because no document is detected. Defaults to “Document not detected”.
videoIdCapture.idCapture.passport.guidanceIdCardNotAllowedText
Text to display when guidance is not satisfied because an ID card is detected but idCaptureRequirement indicates ID cards should not be accepted. Defaults to “ID card detected, please scan a passport instead”.
videoIdCapture.idCapture.passport.guidancePassportNotAllowedText
Text to display when guidance is not satisfied because a passport is detected but idCaptureRequirement indicates passports should not be accepted. Defaults to “Passport detected, please scan an ID card instead”.
videoIdCapture.idCapture.passport.overrideWrongDocumentTypeGuidanceDialog.messageText
Text to display when on bottom of screen when the wrong document type has been shown for too long. Defaults to “We are having trouble identifying the correct side of your id, do you want to continue with capture anyway?“.
videoIdCapture.idCapture.passport.overrideWrongDocumentTypeGuidanceDialog.buttonText
Text to display on the button when on bottom of screen when the wrong document type has been shown for too long. Defaults to “OK”.
videoIdCapture.idCapture.flipIdPrompt.instructionText
Text to display on the flip ID prompt. Defaults to “Please flip your ID card…“.
videoIdCapture.idCapture.success.headingText
Text to display on the heading of the IdCaptureSuccess screen. Defaults to “ID Capture Successful”.
videoIdCapture.idCapture.success.submitText
Text to display on the submit button of the IdCaptureSuccess screen. Defaults to “Submit”.
videoIdCapture.idCapture.success.submittingText
Text to display on the submit button of the IdCaptureSuccess screen when submission is in progress. Defaults to “Submitting…“.
videoIdCapture.idCapture.success.retryText
Text to display on the retry button of the IdCaptureSuccess screen if submission fails. Defaults to “Retry”.
videoIdCapture.idCapture.fallback.headingText
Text to display on the heading of the IdCaptureFallback screen. Defaults to “We’re having some trouble.”.
videoIdCapture.idCapture.fallback.descriptionText
Text to display on the description of the IdCaptureFallback screen. Defaults to “On-device capture guidance failed, please capture a photo of the ID card manually.”.
videoIdCapture.idCapture.fallback.firstInstructionText
Text to display on the first instruction of the IdCaptureFallback screen. Defaults to “Please capture the front of your ID card.”.
videoIdCapture.idCapture.fallback.secondInstructionText
Text to display on the second instruction of the IdCaptureFallback screen. Defaults to “Please capture the back of your ID card.”.
videoIdCapture.idCapture.fallback.thirdInstructionText
Text to display on the third instruction of the IdCaptureFallback screen. Defaults to “Please capture the ID page of your passport.”.
videoIdCapture.idCapture.fallback.captureBtnText
Text to display on the capture button of the IdCaptureFallback screen. Defaults to “Capture”.
videoIdCapture.idCapture.fallback.captureMoreBtnText
Text to display on the capture more button of the IdCaptureFallback screen. Defaults to “Capture ID page of passport”.
videoIdCapture.idCapture.fallback.doneBtnText
Text to display on the done button of the IdCaptureFallback screen. Defaults to “Done”.
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.headingText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.loadingBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.retryCameraAccessBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.captureBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.capturingBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.retryCaptureBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.uploadBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.uploadingBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.retryUploadBtnText
videoIdCapture.idCapture.fallback.documentCaptureVerbiage.successBtnText
videoIdCapture.faceLiveness.guidanceHoldStillText
Text to display on the guidance message when capture/verification is in progress. Defaults to “Hold still for a few seconds…“.
videoIdCapture.faceLiveness.guidanceLookStraightText
Text to display on the guidance message when the user is not looking at the camera. Defaults to “Look straight into the camera…“.
videoIdCapture.faceLiveness.guidanceMoveBackText
Text to display on the guidance message when the user is too close to the camera. Defaults to “Move back…“.
videoIdCapture.faceLiveness.guidanceMoveForwardText
Text to display on the guidance message when the user is too far from the camera. Defaults to “Move forward…“.
videoIdCapture.faceLiveness.guidanceMoveToCenterText
Text to display on the guidance message when the user’s face is not centered in the frame. Defaults to “Move to the center…“.
videoIdCapture.faceLiveness.guidanceNoFaceDetectedText
Text to display on the guidance message when the user’s face is not detected in the frame. Defaults to “Waiting for face to be detected…“.
videoIdCapture.faceLiveness.guidanceNotStableText
Text to display on the guidance message when the user’s face is not stable. Defaults to “Please hold still…“.
videoIdCapture.faceLiveness.guidanceRemoveEyeCoveringsText
Text to display on the guidance message when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
videoIdCapture.faceLiveness.guidanceRemoveHeadCoveringsText
Text to display on the guidance message when the user is wearing a hat. Defaults to “Remove Head Coverings”.
videoIdCapture.faceLiveness.guidanceRemoveMaskText
Text to display on the guidance message when the user is wearing a mask. Defaults to “Remove Mask”.
videoIdCapture.faceLiveness.progressPreviewText
Text to display on the progress preview of the FaceLivenessCapture screen. Defaults to “Processing…“.
videoIdCapture.faceLiveness.guidanceLivenessCheckFailedText
Text to display on the guidance message when liveness check failed. Defaults to “Could not verify your face.”.
videoIdCapture.faceLiveness.guidanceLivenessCheckErrorText
Text to display on the guidance message when liveness check failed. Defaults to “An error occurred while verifying your face.”.
videoIdCapture.faceLiveness.loadingOverlay.headingText
Text to display on the heading of the SelfieCaptureLoadingOverlay. Defaults to “Use your device camera to capture your face”.
videoIdCapture.faceLiveness.loadingOverlay.removeEyeCoveringsText
Text to display on the SelfieCaptureLoadingOverlay when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
videoIdCapture.faceLiveness.loadingOverlay.avoidExcessiveBacklightingText
Text to display on the SelfieCaptureLoadingOverlay when the lighting in the background is too bright. Defaults to “Avoid Excessive Backlighting”.
videoIdCapture.faceLiveness.loadingOverlay.continueText
Text to display on the continue button of the SelfieCaptureLoadingOverlay. Defaults to “Continue”.
videoIdCapture.faceLiveness.loadingOverlay.cameraInitializingText
Text to display on the SelfieCaptureLoadingOverlay when access to the camera is being requested. Defaults to “Camera initializing…“.
videoIdCapture.faceLiveness.loadingOverlay.downloadingText
Text to display on the SelfieCaptureLoadingOverlay when the models are being downloaded. Defaults to “Downloading…“.
videoIdCapture.faceLiveness.loadingOverlay.modelsWarmingUpText
Text to display on the SelfieCaptureLoadingOverlay when the models are warming up. Defaults to “Models warming up…“.
videoIdCapture.faceLiveness.loadingOverlay.modelsReadyText
Text to display on the SelfieCaptureLoadingOverlay when the models are ready. Defaults to “Guided capture experience ready”.
videoIdCapture.faceLiveness.loadingOverlay.cameraInitializedText
Text to display on the SelfieCaptureLoadingOverlay when the camera is ready. Defaults to “Camera ready”.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.headingText
Text informing the user that camera access is denied. Defaults to “Your camera permission is disabled”.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.descriptionText
Text elaborating on the meaning of camera access being denied. Defaults to “This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.”.
videoIdCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtnText
Text for the button that will retry camera access. Defaults to “Retry”.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.headingText
Text to display on the heading of the MicrophoneAccessDeniedOverlay. Defaults to “Your microphone permission is disabled”.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.descriptionText
Text to display on the description of the MicrophoneAccessDeniedOverlay. Defaults to “This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions, you must go to settings and provide microphone access to the current browser.”.
videoIdCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtnText
Text to display on the retry button of the MicrophoneAccessDeniedOverlay. Defaults to “Retry”.
videoIdCapture.faceLiveness.success.headingText
Text to display on the heading of the FaceLivenessSuccess screen. Defaults to “Face liveness has been verified!“.
videoIdCapture.faceLiveness.success.retryBtnText
Text to display on the retry button of the FaceLivenessSuccess screen. Defaults to “Retry”.
videoIdCapture.faceLiveness.success.doneBtnText
Text to display on the done button of the FaceLivenessSuccess screen. Defaults to “Done”.
videoIdCapture.faceLiveness.failure.headingText
Text to display on the heading of the FaceLivenessFailure screen. Defaults to “Live face not detected, please try again”.
videoIdCapture.faceLiveness.failure.retryBtnText
Text to display on the retry button of the FaceLivenessFailure screen. Defaults to “Retry”.
videoIdCapture.faceLiveness.failure.exitBtnText
Text to display on the exit button of the FaceLivenessFailure screen. Defaults to “Exit”.
videoIdCapture.idVideoCapture.guides.idFrontInstructionText
Text to display in the ID card front guide instructions of the IdVideoCaptureGuides screen. Defaults to “Display the front of your ID card…“.
videoIdCapture.idVideoCapture.guides.idBackInstructionText
Text to display in the ID card back guide instructions of the IdVideoCaptureGuides screen. Defaults to “Display the back of your ID card…“.
videoIdCapture.idVideoCapture.guides.passportInstructionText
Text to display in the ID card back guide instructions of the IdVideoCaptureGuides screen. Defaults to “Display the ID page of your passport…“.
videoIdCapture.idVideoCapture.guides.flipIdInstructionText
Text to display in the flip ID prompt instructions of the IdVideoCaptureGuides screen. Defaults to “Please flip your ID card…“.
videoIdCapture.idVideoCapture.guides.verifyLivenessInstructionText
Text to display in the verify liveness instructions of the IdVideoCaptureGuides screen. Defaults to “Verify liveness…“.
videoIdCapture.idVideoCapture.readTextPrompt.headingText
Text to display in the heading of the ReadTextPrompt screen. Defaults to “Please read the following text aloud”.
videoIdCapture.idVideoCapture.readTextPrompt.doneBtnText
Text to display in the done button of the ReadTextPrompt screen. Defaults to “Done”.
videoIdCapture.idVideoCapture.faceNotCenteredText
Text to display in the IdVideoCapture screen when the face is not centered. Defaults to “Please move your face to the center…“.
videoIdCapture.idVideoCapture.searchingForIdCardText
Text to display in the IdVideoCapture screen when ID card is not found. Defaults to “Searching for ID card…“.
videoIdCapture.idVideoCapture.captureBtnText
Text to display in the IdVideoCapture capture button. Defaults to “Capture”.
videoIdCapture.success.headingText
Text to display in the heading of the IdVideoCaptureSuccess screen. Defaults to “Video ID has been successfully captured!“.
videoIdCapture.success.retryBtnText
Text to display in the retry button of the IdVideoCaptureSuccess screen. Defaults to “Retry”.
videoIdCapture.success.doneBtnText
Text to display in the done button of the IdVideoCaptureSuccess screen. Defaults to “Done”.
videoIdCapture.success.idFrontText
Text to display in the ID card front option of the IdVideoCaptureSuccess screen. Defaults to “ID Card Front”.
videoIdCapture.success.idBackText
Text to display in the ID card back option of the IdVideoCaptureSuccess screen. Defaults to “ID Card Back”.
additionalDocumentCapture.headingText
Text to display on the heading of the AdditionalDocumentCapture screen. Defaults to “Additional document capture”.
additionalDocumentCapture.captureBtnText
Text to display on the capture button of the AdditionalDocumentCapture screen. Defaults to “Capture”.
additionalDocumentCapture.nextBtnText
Text to display on the next button of the AdditionalDocumentCapture screen. Defaults to “Next”.
signatureCapture.headingText
Text to display on the heading of the SignatureCapture screen. Defaults to “Please sign the box below”.
signatureCapture.acceptBtnText
Text to display on the accept button of the SignatureCapture screen. Defaults to “Accept”.
signatureCapture.clearBtnText
Text to display on the clear button of the SignatureCapture screen. Defaults to “Clear”.
videoSignatureCapture.guidanceMessageText
Text to display on the guidance message of the VideoSignatureCapture screen. Defaults to “Please sign the box below”.
videoSignatureCapture.faceLiveness.guidanceHoldStillText
Text to display on the guidance message when capture/verification is in progress. Defaults to “Hold still for a few seconds…“.
videoSignatureCapture.faceLiveness.guidanceLookStraightText
Text to display on the guidance message when the user is not looking at the camera. Defaults to “Look straight into the camera…“.
videoSignatureCapture.faceLiveness.guidanceMoveBackText
Text to display on the guidance message when the user is too close to the camera. Defaults to “Move back…“.
videoSignatureCapture.faceLiveness.guidanceMoveForwardText
Text to display on the guidance message when the user is too far from the camera. Defaults to “Move forward…“.
videoSignatureCapture.faceLiveness.guidanceMoveToCenterText
Text to display on the guidance message when the user’s face is not centered in the frame. Defaults to “Move to the center…“.
videoSignatureCapture.faceLiveness.guidanceNoFaceDetectedText
Text to display on the guidance message when the user’s face is not detected in the frame. Defaults to “Waiting for face to be detected…“.
videoSignatureCapture.faceLiveness.guidanceNotStableText
Text to display on the guidance message when the user’s face is not stable. Defaults to “Please hold still…“.
videoSignatureCapture.faceLiveness.guidanceRemoveEyeCoveringsText
Text to display on the guidance message when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
videoSignatureCapture.faceLiveness.guidanceRemoveHeadCoveringsText
Text to display on the guidance message when the user is wearing a hat. Defaults to “Remove Head Coverings”.
videoSignatureCapture.faceLiveness.guidanceRemoveMaskText
Text to display on the guidance message when the user is wearing a mask. Defaults to “Remove Mask”.
videoSignatureCapture.faceLiveness.progressPreviewText
Text to display on the progress preview of the FaceLivenessCapture screen. Defaults to “Processing…“.
videoSignatureCapture.faceLiveness.guidanceLivenessCheckFailedText
Text to display on the guidance message when liveness check failed. Defaults to “Could not verify your face.”.
videoSignatureCapture.faceLiveness.guidanceLivenessCheckErrorText
Text to display on the guidance message when liveness check failed. Defaults to “An error occurred while verifying your face.”.
videoSignatureCapture.faceLiveness.loadingOverlay.headingText
Text to display on the heading of the SelfieCaptureLoadingOverlay. Defaults to “Use your device camera to capture your face”.
videoSignatureCapture.faceLiveness.loadingOverlay.removeEyeCoveringsText
Text to display on the SelfieCaptureLoadingOverlay when the user is wearing dark sunglasses, eye patches, etc. Defaults to “Remove Sunglasses & Hat”.
videoSignatureCapture.faceLiveness.loadingOverlay.avoidExcessiveBacklightingText
Text to display on the SelfieCaptureLoadingOverlay when the lighting in the background is too bright. Defaults to “Avoid Excessive Backlighting”.
videoSignatureCapture.faceLiveness.loadingOverlay.continueText
Text to display on the continue button of the SelfieCaptureLoadingOverlay. Defaults to “Continue”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraInitializingText
Text to display on the SelfieCaptureLoadingOverlay when access to the camera is being requested. Defaults to “Camera initializing…“.
videoSignatureCapture.faceLiveness.loadingOverlay.downloadingText
Text to display on the SelfieCaptureLoadingOverlay when the models are being downloaded. Defaults to “Downloading…“.
videoSignatureCapture.faceLiveness.loadingOverlay.modelsWarmingUpText
Text to display on the SelfieCaptureLoadingOverlay when the models are warming up. Defaults to “Models warming up…“.
videoSignatureCapture.faceLiveness.loadingOverlay.modelsReadyText
Text to display on the SelfieCaptureLoadingOverlay when the models are ready. Defaults to “Guided capture experience ready”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraInitializedText
Text to display on the SelfieCaptureLoadingOverlay when the camera is ready. Defaults to “Camera ready”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.headingText
Text informing the user that camera access is denied. Defaults to “Your camera permission is disabled”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.descriptionText
Text elaborating on the meaning of camera access being denied. Defaults to “This application requires access to your camera to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for camera permissions, you must go to settings and provide camera access to the current browser.”.
videoSignatureCapture.faceLiveness.loadingOverlay.cameraAccessDenied.retryBtnText
Text for the button that will retry camera access. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.headingText
Text to display on the heading of the MicrophoneAccessDeniedOverlay. Defaults to “Your microphone permission is disabled”.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.descriptionText
Text to display on the description of the MicrophoneAccessDeniedOverlay. Defaults to “This application requires access to your microphone to continue. Please accept the permission once prompted by the browser. If the browser does not prompt for microphone permissions, you must go to settings and provide microphone access to the current browser.”.
videoSignatureCapture.faceLiveness.loadingOverlay.microphoneAccessDenied.retryBtnText
Text to display on the retry button of the MicrophoneAccessDeniedOverlay. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.success.headingText
Text to display on the heading of the FaceLivenessSuccess screen. Defaults to “Face liveness has been verified!“.
videoSignatureCapture.faceLiveness.success.retryBtnText
Text to display on the retry button of the FaceLivenessSuccess screen. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.success.doneBtnText
Text to display on the done button of the FaceLivenessSuccess screen. Defaults to “Done”.
videoSignatureCapture.faceLiveness.failure.headingText
Text to display on the heading of the FaceLivenessFailure screen. Defaults to “Live face not detected, please try again”.
videoSignatureCapture.faceLiveness.failure.retryBtnText
Text to display on the retry button of the FaceLivenessFailure screen. Defaults to “Retry”.
videoSignatureCapture.faceLiveness.failure.exitBtnText
Text to display on the exit button of the FaceLivenessFailure screen. Defaults to “Exit”.
videoSignatureCapture.success.headingText
Text to display on the heading of the VideoSignatureSuccess screen. Defaults to “Video signature has been successfully captured!“.
videoSignatureCapture.success.retryBtnText
Text to display on the retry button of the VideoSignatureSuccess screen. Defaults to “Retry”.
videoSignatureCapture.success.doneBtnText
Text to display on the done button of the VideoSignatureSuccess screen. Defaults to “Done”.