Package com.incode.welcome_sdk.results
Class VideoSelfieResult
-
- All Implemented Interfaces:
public final class VideoSelfieResult extends BaseResult
Stores result of video selfie module
-
-
Field Summary
Fields Modifier and Type Field Description private final ResultCodecodeprivate StringvideoFilePathprivate StringaudioFilePathprivate StringselfieImagePathprivate StringidFrontImagePathprivate StringidBackImagePathprivate StringdocumentImagePathprivate StringvoiceConsentSelfiePathpublic ResultCoderesultCodepublic Throwableerrorpublic DeviceStatsdeviceStats
-
Constructor Summary
Constructors Constructor Description VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath, String voiceConsentSelfiePath)VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath)VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath)VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath)VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath)VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath)VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath)VideoSelfieResult(ResultCode code, Throwable error)VideoSelfieResult(ResultCode code)
-
Method Summary
Modifier and Type Method Description final ResultCodegetCode()final StringgetVideoFilePath()URI pointing to the video file final UnitsetVideoFilePath(String videoFilePath)URI pointing to the video file final StringgetAudioFilePath()URI pointing to the audio file final UnitsetAudioFilePath(String audioFilePath)URI pointing to the audio file final StringgetSelfieImagePath()URI pointing to the selfie file final UnitsetSelfieImagePath(String selfieImagePath)URI pointing to the selfie file final StringgetIdFrontImagePath()URI pointing to the ID front file final UnitsetIdFrontImagePath(String idFrontImagePath)URI pointing to the ID front file final StringgetIdBackImagePath()URI pointing to the ID back file final UnitsetIdBackImagePath(String idBackImagePath)URI pointing to the ID back file final StringgetDocumentImagePath()URI pointing to the document file final UnitsetDocumentImagePath(String documentImagePath)URI pointing to the document file final StringgetVoiceConsentSelfiePath()URI pointing to the voice consent selfie file final UnitsetVoiceConsentSelfiePath(String voiceConsentSelfiePath)URI pointing to the voice consent selfie file StringtoString()-
-
Constructor Detail
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath, String voiceConsentSelfiePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code)
-
-
Method Detail
-
getCode
final ResultCode getCode()
-
getVideoFilePath
final String getVideoFilePath()
URI pointing to the video file
-
setVideoFilePath
final Unit setVideoFilePath(String videoFilePath)
URI pointing to the video file
-
getAudioFilePath
final String getAudioFilePath()
URI pointing to the audio file
-
setAudioFilePath
final Unit setAudioFilePath(String audioFilePath)
URI pointing to the audio file
-
getSelfieImagePath
final String getSelfieImagePath()
URI pointing to the selfie file
-
setSelfieImagePath
final Unit setSelfieImagePath(String selfieImagePath)
URI pointing to the selfie file
-
getIdFrontImagePath
final String getIdFrontImagePath()
URI pointing to the ID front file
-
setIdFrontImagePath
final Unit setIdFrontImagePath(String idFrontImagePath)
URI pointing to the ID front file
-
getIdBackImagePath
final String getIdBackImagePath()
URI pointing to the ID back file
-
setIdBackImagePath
final Unit setIdBackImagePath(String idBackImagePath)
URI pointing to the ID back file
-
getDocumentImagePath
final String getDocumentImagePath()
URI pointing to the document file
-
setDocumentImagePath
final Unit setDocumentImagePath(String documentImagePath)
URI pointing to the document file
-
getVoiceConsentSelfiePath
final String getVoiceConsentSelfiePath()
URI pointing to the voice consent selfie file
-
setVoiceConsentSelfiePath
final Unit setVoiceConsentSelfiePath(String voiceConsentSelfiePath)
URI pointing to the voice consent selfie file
-
-
-
-