InitializationSettings constructor

InitializationSettings({
  1. PrecisionMode? precisionMode,
  2. OperatingMode? operatingMode,
  3. MeasurementPreset? measurementPreset,
  4. CameraMode? cameraMode,
  5. OnboardingMode? onboardingMode,
  6. InitializationMode? initializationMode,
  7. bool? offlineProcessing,
  8. bool? localMemoryEnabled,
  9. bool? showUserInterface,
  10. bool? showFacePositioningOverlay,
  11. bool? showVisualWarnings,
  12. bool? enableCameraSwap,
  13. bool? showFaceMask,
  14. bool? showBloodFlow,
  15. bool? includeTimestampInPdf,
  16. String? pdfEmailSubject,
  17. String? pdfEmailBody,
  18. bool? enableStartAfterSuccess,
  19. bool? enableSummaryScreen,
  20. bool? showResultsFinishButton,
  21. bool? enableHealthRisks,
  22. bool? showHealthIndicesFinishButton,
  23. bool? saveHealthRisksFactors,
  24. bool? showOutOfRangeResultIndicators,
  25. bool? showTrialMetricLabels,
  26. bool? applyPrecisionModeToBloodPressure,
  27. bool? enableBcg,
  28. double? infiniteModeBufferRetentionSec,
  29. List<int?>? blockingMeasurementConditions,
  30. List<int?>? warningMeasurementConditions,
  31. bool? showSignalQualityIndicator,
  32. bool? showSignalTile,
  33. bool? showStartStopButton,
  34. bool? showInfoButton,
  35. bool? showDisclaimer,
  36. UiVersion? uiVersion,
  37. RisksFactors? risksFactors,
  38. List<int?>? uiFlowScreens,
  39. int? frameWidth,
  40. int? frameHeight,
  41. int? rotation,
  42. double? relaxedModeConfidenceThreshold,
})

Implementation

InitializationSettings({
  this.precisionMode,
  this.operatingMode,
  this.measurementPreset,
  this.cameraMode,
  this.onboardingMode,
  this.initializationMode,
  this.offlineProcessing,
  this.localMemoryEnabled,
  this.showUserInterface,
  this.showFacePositioningOverlay,
  this.showVisualWarnings,
  this.enableCameraSwap,
  this.showFaceMask,
  this.showBloodFlow,
  this.hideShenaiLogo,
  this.includeTimestampInPdf,
  this.pdfEmailSubject,
  this.pdfEmailBody,
  this.enableStartAfterSuccess,
  this.enableSummaryScreen,
  this.showResultsFinishButton,
  this.enableHealthRisks,
  this.showHealthIndicesFinishButton,
  this.saveHealthRisksFactors,
  this.showOutOfRangeResultIndicators,
  this.showTrialMetricLabels,
  this.applyPrecisionModeToBloodPressure,
  this.enableBcg,
  this.infiniteModeBufferRetentionSec,
  this.blockingMeasurementConditions,
  this.warningMeasurementConditions,
  this.showSignalQualityIndicator,
  this.showSignalTile,
  this.showStartStopButton,
  this.showInfoButton,
  this.showDisclaimer,
  this.uiVersion,
  this.risksFactors,
  this.uiFlowScreens,
  this.frameWidth,
  this.frameHeight,
  this.rotation,
  this.relaxedModeConfidenceThreshold,
});