Checking Liveness and Face Biometry
If you use our SDK just for capturing videos, omit this step.
To check liveness and face biometry, you need to upload media to our system and then analyze them.
To interpret the results of analyses, please refer to Types of Analyses.
Below, you'll see the example of performing a check and its description.
To delete media files after the checks are finished, use the cleanTempDirectory
method.
Adding Metadata
To add metadata to a folder, use AnalysisRequest.addFolderMeta
.
Extracting the Best Shot
In the params
field of the Analysis
structure, you can pass any additional parameters (key + value), for instance, to extract the best shot on the server side.
Using Media from Another SDK
To use a media file that is captured with another SDK (not Oz iOS SDK), specify the path to it in the OzMedia structure (the bestShotURL
property):
Adding Media to a Certain Folder
If you want to add your media to the existing folder, use the addFolderId
method:
Last updated