Uploading and Analyzing Media
Server-Based Analyzes
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)
}On-Device Analyzes
Last updated
Was this helpful?
