Class CaptureResponse
java.lang.Object
com.yoti.api.client.docs.session.retrieve.configuration.capture.CaptureResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a String enum of the state of biometric consentReturns a list of all the document resource requirements (including ID and supplementary documents)Returns a list of all the Face Capture resource requirementsReturns a list of all the ID document resource requirementsReturns a list of all the liveness resource requirementsReturns a list of required resources, in order to satisfy the sessions requirementsReturns a list of all the static liveness resource requirementsReturns a list of all the supplementary document resource requirementsReturns a list of all the zoom liveness resource requirements
-
Constructor Details
-
CaptureResponse
public CaptureResponse()
-
-
Method Details
-
getBiometricConsent
Returns a String enum of the state of biometric consent- Returns:
- if biometric consent needs to be captured
-
getResourceRequirements
Returns a list of required resources, in order to satisfy the sessions requirements- Returns:
- the list of required resources
-
getDocumentResourceRequirements
Returns a list of all the document resource requirements (including ID and supplementary documents)- Returns:
- the document resource requirements
-
getIdDocumentResourceRequirements
Returns a list of all the ID document resource requirements- Returns:
- the ID document resource requirements
-
getSupplementaryResourceRequirements
Returns a list of all the supplementary document resource requirements- Returns:
- the supplementary document resource requirements
-
getLivenessResourceRequirements
Returns a list of all the liveness resource requirements- Returns:
- the liveness resource requirements
-
getZoomLivenessResourceRequirements
Returns a list of all the zoom liveness resource requirements- Returns:
- the zoom liveness resource requirements
-
getStaticLivenessResourceRequirements
Returns a list of all the static liveness resource requirements- Returns:
- the zoom liveness resource requirements
-
getFaceCaptureResourceRequirements
Returns a list of all the Face Capture resource requirements- Returns:
- the Face Capture resource requirements
-