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 TypeMethodDescriptionReturns the signed JSON representation of this entity's current state as aSignedPayload
.
-
Method Details
-
toSignedJson
Returns the signed JSON representation of this entity's current state as aSignedPayload
.- Returns:
- signed JSON representation of this entity's current state.
-