Checking Liveness and Face Biometry
OzCapsula (SDK v8.22 and newer)
func onResult(container: DataContainer) {
let analysisRequest = AnalysisRequestBuilder()
analysisRequest.addContainer(container)
analysisRequest.run(
statusHandler: { status in
},
errorHandler: { error in
}
) { result in
}
}SDK 8.21 and older
Adding Metadata
Extracting the Best Shot
Using Media from Another SDK
Adding Media to a Certain Folder
Last updated
Was this helpful?
