Interface FeedbackItem.Builder

  • Method Details

    • code

      A code identifying the condition that was detected during the Face Liveness session.

      Parameters:
      code - A code identifying the condition that was detected during the Face Liveness session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      A code identifying the condition that was detected during the Face Liveness session.

      Parameters:
      code - A code identifying the condition that was detected during the Face Liveness session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      FeedbackItem.Builder message(String message)

      A human-readable description of the detected condition, suitable for displaying to an end user before they retry a Face Liveness check. Use Code rather than this message for programmatic decisions, because the message text can change.

      Parameters:
      message - A human-readable description of the detected condition, suitable for displaying to an end user before they retry a Face Liveness check. Use Code rather than this message for programmatic decisions, because the message text can change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.