toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
DeepFake
Deep
Fake
@
JsonClass
(
generateAdapter
=
true
)
data
class
DeepFake
(
@
Json
(
name
=
"score"
)
val
score
:
Double
?
,
@
Json
(
name
=
"prediction"
)
val
prediction
:
String
?
)
Members
Constructors
Deep
Fake
Link copied to clipboard
constructor
(
@
Json
(
name
=
"score"
)
score
:
Double
?
,
@
Json
(
name
=
"prediction"
)
prediction
:
String
?
)
Properties
prediction
Link copied to clipboard
val
prediction
:
String
?
Enum: "fake", "real" Deepfake prediction.
score
Link copied to clipboard
val
score
:
Double
?