Skip to main content

References

This page contains references for possible error codes, object structure, etc. Most of this can be obtained from clicking into code via Xcode, but it is also provided here as a reference.

SmartCapture Face Result

public final class FaceCameraResult: NSObject, NSSecureCoding {
public let encryptedBlob: Data
public let unencryptedBlob: Data
public let previewPhoto: UIImage
}

The encryptedBlob is what should get sent to the server, while the previewPhoto can be used for on-device preview. It is not recommended to use the previewPhoto for any secure use cases.