LivenessPredict

public struct LivenessPredict : Decodable

Processed image with Liveness prediction.

  • Image file name.

    Declaration

    Swift

    public let filename: String
  • Status. Value 0 or 1. 0 means that Liveness prediction has not been made. 1 means that Liveness prediction has been made.

    Declaration

    Swift

    public let status: Int
  • Liveness result.

    Declaration

    Swift

    public let liveness: Liveness?
  • Error.

    Declaration

    Swift

    public let error: Error
  • Error.

    See more

    Declaration

    Swift

    public struct Error : Codable