Выполнение проверок
Анализ на сервере
OZSDK.analyse(
results: results,
analyseStates: [.quality],
fileUploadProgress: { (progress) in
}
) { (resolution, error) in
}OZSDK.documentAnalyse(
documentPhoto: DocumentPhoto(front: frontDocumentURL, back: backDocumentURL),
results: results,
scenarioState: { (state) in
}, fileUploadProgress: { (progress) in
}
) { (folderResolutionStatus, resolutions, error)
}Анализ на устройстве
Last updated
Was this helpful?

