upwardTest top-level property

FaceVerificationTest upwardTest
final

Implementation

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