FaceAttributesEstimation
public struct FaceAttributesEstimation : Codable
Estimated attributes of face
-
Liveness prediction.
Declaration
Swift
public let liveness: LivenessEstimation?
-
Deepfake prediction.
Declaration
Swift
public let deepfake: DeepfakeEstimation?