toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_handler
/
LeftEye
Left
Eye
@
JsonClass
(
generateAdapter
=
true
)
data
class
LeftEye
(
@
Json
(
name
=
"estimate"
)
val
estimate
:
Int
?
,
@
Json
(
name
=
"threshold"
)
val
threshold
:
List
<
String
?
>
?
)
Members
Constructors
Left
Eye
Link copied to clipboard
constructor
(
@
Json
(
name
=
"estimate"
)
estimate
:
Int
?
,
@
Json
(
name
=
"threshold"
)
threshold
:
List
<
String
?
>
?
)
Properties
estimate
Link copied to clipboard
val
estimate
:
Int
?
threshold
Link copied to clipboard
val
threshold
:
List
<
String
?
>
?