VKSession class
Constructors
- VKSession.new({JSObject? $$context$$})
Properties
- $$context$$ ↔ JSObject
-
getter/setter pair
- cameraSize ↔ VKSize
-
getter/setter pair
- config ↔ VKConfig
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ dynamic
-
getter/setter pair
Methods
-
addMarker(
String path) → num -
addOSDMarker(
String path) → num -
cancelAnimationFrame(
num requestID) → void -
destroy(
) → void -
detectBody(
DetectBodyOption option) → void -
detectDepth(
DetectDepthOption option) → void -
detectFace(
DetectFaceOption option) → void -
detectHand(
DetectHandOption option) → void -
getAllMarker(
) → List< VKMarker> -
getAllOSDMarker(
) → List< VKMarker> -
getVKFrame(
num width, num height) → VKFrame -
hitTest(
num x, num y, IAnyObject reset) → List< HitTestRes> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
off(
String eventName, dynamic fn) → void -
on(
dynamic eventName, dynamic fn) → void -
removeMarker(
num markerId) → void -
removeOSDMarker(
num markerId) → void -
requestAnimationFrame(
dynamic callback) → num -
runOCR(
RunOCROption option) → void -
start(
VKSessionStartCallback callback) → void -
stop(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update3DMode(
bool open3d) → void -
updateOSDThreshold(
num threshold) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited