AdditionalCustomerLiveCheckResponseData
public struct AdditionalCustomerLiveCheckResponseData : Codable
Child structure of CustomerLiveCheckResponse
.
-
Live Face Detection Flag
Expected values are:
- true - When the live face is detected
- false - When the live face is not detected
Declaration
Swift
public var liveFaceDetectionFlag: String?