toggle menu
IDentity-SDK
androidJvm
switch theme
search in API
IDentity-SDK
/
com.idmission.sdk2.capture.presentation.camera.helpers
/
ProcessedCapture
Processed
Capture
public
class
ProcessedCapture
implements
Parcelable
Inheritors
DocumentDetectionResult
LiveFaceDetectionResult
VideoIdDetectionResult
Members
Types
Document
Detection
Result
Link copied to clipboard
public
class
DocumentDetectionResult
extends
ProcessedCapture
Live
Face
Detection
Result
Link copied to clipboard
public
class
LiveFaceDetectionResult
extends
ProcessedCapture
Video
Id
Detection
Result
Link copied to clipboard
public
class
VideoIdDetectionResult
extends
ProcessedCapture
Properties
operation
Link copied to clipboard
private
final
Operation
operation
time
Detected
At
Link copied to clipboard
private
Long
timeDetectedAt
time
Finished
At
Link copied to clipboard
private
Long
timeFinishedAt
time
Started
At
Link copied to clipboard
private
Long
timeStartedAt
time
Within
Bounds
At
Link copied to clipboard
private
Long
timeWithinBoundsAt
Functions
describe
Contents
Link copied to clipboard
public
abstract
Integer
describeContents
(
)
get
Operation
Link copied to clipboard
public
Operation
getOperation
(
)
get
Time
Detected
At
Link copied to clipboard
public
Long
getTimeDetectedAt
(
)
get
Time
Finished
At
Link copied to clipboard
public
Long
getTimeFinishedAt
(
)
get
Time
Started
At
Link copied to clipboard
public
Long
getTimeStartedAt
(
)
get
Time
Within
Bounds
At
Link copied to clipboard
public
Long
getTimeWithinBoundsAt
(
)
set
Time
Detected
At
Link copied to clipboard
public
Unit
setTimeDetectedAt
(
Long
timeDetectedAt
)
set
Time
Finished
At
Link copied to clipboard
public
Unit
setTimeFinishedAt
(
Long
timeFinishedAt
)
set
Time
Started
At
Link copied to clipboard
public
Unit
setTimeStartedAt
(
Long
timeStartedAt
)
set
Time
Within
Bounds
At
Link copied to clipboard
public
Unit
setTimeWithinBoundsAt
(
Long
timeWithinBoundsAt
)
write
To
Parcel
Link copied to clipboard
public
abstract
Unit
writeToParcel
(
Parcel
p0
,
Integer
p1
)