toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore
/
LunaID
/
Event
/
BestShotFound
Best
Shot
Found
data
class
BestShotFound
(
val
bestShot
:
BestShot
,
val
videoPath
:
String
?
,
val
interactionFrames
:
List
<
InteractionFrame
>
?
)
:
LunaID.Event
Members
Constructors
Best
Shot
Found
Link copied to clipboard
constructor
(
bestShot
:
BestShot
,
videoPath
:
String
?
,
interactionFrames
:
List
<
InteractionFrame
>
?
)
Properties
best
Shot
Link copied to clipboard
val
bestShot
:
BestShot
interaction
Frames
Link copied to clipboard
val
interactionFrames
:
List
<
InteractionFrame
>
?
video
Path
Link copied to clipboard
val
videoPath
:
String
?