toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.model
/
Match
Match
@
JsonClass
(
generateAdapter
=
true
)
data
class
Match
(
@
Json
(
name
=
"candidates"
)
val
candidates
:
List
<
Candidate
>
)
Model of the identify match.
Members
Constructors
Match
Link copied to clipboard
constructor
(
@
Json
(
name
=
"candidates"
)
candidates
:
List
<
Candidate
>
)
Properties
candidates
Link copied to clipboard
val
candidates
:
List
<
Candidate
>
List of the result candidates.