LivenessPredictResponse
public struct LivenessPredictResponse : Decodable
Response to the request to check the image list for Liveness.
-
List of the processed images.
Declaration
Swift
public let images: [LivenessPredict]
-
Aggregate result of Liveness estimation.
Declaration
Swift
public let aggregateEstimations: AggregateEstimations