Interface JsonizableEntity

All Known Implementing Classes:
BlinkIdMultiSideRecognizer, BlinkIdSingleSideRecognizer, DocumentFaceRecognizer, FrameGrabberRecognizer, IdBarcodeRecognizer, MrtdCombinedRecognizer, MrtdRecognizer, PassportRecognizer, Recognizer, SuccessFrameGrabberRecognizer, TemplatingRecognizer, UsdlCombinedRecognizer, UsdlRecognizer, VisaRecognizer

public interface JsonizableEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the signed JSON representation of this entity's current state as a SignedPayload.
  • Method Details

    • toSignedJson

      @NonNull SignedPayload toSignedJson()
      Returns the signed JSON representation of this entity's current state as a SignedPayload.
      Returns:
      signed JSON representation of this entity's current state.