HVFaceCaptureUIStrings constructor

HVFaceCaptureUIStrings({
  1. String? faceInstructionsTitle,
  2. String? faceInstructionsDescription,
  3. String? faceInstructionsProceed,
  4. String? faceInstructionsProceedBackCam,
  5. String? faceCaptureTitle,
  6. String? faceCaptureFaceFound,
  7. String? faceCaptureFaceNotFound,
  8. String? faceCaptureMoveCloser,
  9. String? faceCaptureMoveAway,
  10. String? faceCaptureLookStraight,
  11. String? faceCaptureMultipleFaces,
  12. String? faceCaptureDeviceWrongOrientation,
  13. String? faceCaptureAutoCaptureWait,
  14. String? faceCaptureAutoCaptureAction,
  15. String? faceGestureLookLeft,
  16. String? faceGestureLookRight,
  17. String? faceGestureLookStraight,
  18. String? faceCaptureCameraAccessTitle,
  19. String? faceCaptureCameraAccessDescription,
  20. String? faceCaptureCameraAccessButton,
  21. String? faceLoaderTitle,
  22. String? faceLoaderDescription,
  23. String? faceRetakeTitle,
  24. String? faceRetakeButton,
})

Creates an instance of HVFaceCaptureUIStrings to set custom strings for all customizable text in HyperSnapSDK face capture.

Implementation

HVFaceCaptureUIStrings({
  this.faceInstructionsTitle,
  this.faceInstructionsDescription,
  this.faceInstructionsProceed,
  this.faceInstructionsProceedBackCam,
  this.faceCaptureTitle,
  this.faceCaptureFaceFound,
  this.faceCaptureFaceNotFound,
  this.faceCaptureMoveCloser,
  this.faceCaptureMoveAway,
  this.faceCaptureLookStraight,
  this.faceCaptureMultipleFaces,
  this.faceCaptureDeviceWrongOrientation,
  this.faceCaptureAutoCaptureWait,
  this.faceCaptureAutoCaptureAction,
  this.faceGestureLookLeft,
  this.faceGestureLookRight,
  this.faceGestureLookStraight,
  this.faceCaptureCameraAccessTitle,
  this.faceCaptureCameraAccessDescription,
  this.faceCaptureCameraAccessButton,
  this.faceLoaderTitle,
  this.faceLoaderDescription,
  this.faceRetakeTitle,
  this.faceRetakeButton,
});