Face Engine SDK  5.21.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::experimental::DeepFakeEstimation Struct Reference

DeepFake estimation structure. The current implementation is experimental, and does not support backward compatibility. The API can be modified in upcoming versions. More...

#include <IDeepFakeEstimator.h>

Public Types

enum  State { State::Real = 0, State::Fake }
 

Public Attributes

float score
 Estimation score.
 
State state
 Liveness status.
 

Detailed Description

DeepFake estimation structure. The current implementation is experimental, and does not support backward compatibility. The API can be modified in upcoming versions.

Note
estimation score normalized between 0.0 and 1.0, where 1.0 equals to 100% confidence that media is not synthetic, and 0.0 equals to 0% that the detected face on the input image is synthetic.

The documentation for this struct was generated from the following file: