toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
FaceAttributes
Face
Attributes
@
JsonClass
(
generateAdapter
=
true
)
data
class
FaceAttributes
(
@
Json
(
name
=
"attribute_id"
)
val
attributeId
:
String
?
,
@
Json
(
name
=
"basic_attributes"
)
val
basicAttributes
:
BasicAttributesXX
?
,
@
Json
(
name
=
"filter"
)
val
filter
:
Filter
?
,
@
Json
(
name
=
"samples"
)
val
samples
:
List
<
String
>
?
,
@
Json
(
name
=
"score"
)
val
score
:
Double
?
,
@
Json
(
name
=
"url"
)
val
url
:
String
?
)
Members
Constructors
Face
Attributes
Link copied to clipboard
constructor
(
@
Json
(
name
=
"attribute_id"
)
attributeId
:
String
?
,
@
Json
(
name
=
"basic_attributes"
)
basicAttributes
:
BasicAttributesXX
?
,
@
Json
(
name
=
"filter"
)
filter
:
Filter
?
,
@
Json
(
name
=
"samples"
)
samples
:
List
<
String
>
?
,
@
Json
(
name
=
"score"
)
score
:
Double
?
,
@
Json
(
name
=
"url"
)
url
:
String
?
)
Properties
attribute
Id
Link copied to clipboard
val
attributeId
:
String
?
basic
Attributes
Link copied to clipboard
val
basicAttributes
:
BasicAttributesXX
?
filter
Link copied to clipboard
val
filter
:
Filter
?
samples
Link copied to clipboard
val
samples
:
List
<
String
>
?
score
Link copied to clipboard
val
score
:
Double
?
url
Link copied to clipboard
val
url
:
String
?