downwardTest top-level property

FaceVerificationTest downwardTest
final

Implementation

final downwardTest = FaceVerificationTest(
    name: {
      Languages.english.value: "Downward scan",
      Languages.indonesian.value: "Hadapkan wajah ke bawah"
    },
    description: {
      Languages.english.value:
          "Move your head to the downward position, ensuring well-lit environment and full visibility of your face within the frame.",
      Languages.indonesian.value:
          "Hadapkan wajah ke bawah, pastikan pencahayaan sudah sesuai dan wajah terlihat jelas di dalam frame."
    },
    icon:
        "https://res.cloudinary.com/zabsiram/image/upload/v1692959968/vaeshj39qplqdfp21bdr.png",
    test: isLookingDownward);