Class: TensorFlowHandPoseEstimator
Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:4
Implements
Constructors
Constructor
new TensorFlowHandPoseEstimator():
TensorFlowHandPoseEstimator
Returns
TensorFlowHandPoseEstimator
Methods
getHandContext()
getHandContext(
_handedness):HandContext|null
Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:7
Parameters
_handedness
Returns
HandContext | null
Implementation of
getHandContexts()
getHandContexts():
Partial<Record<"left"|"right",HandContext>>
Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:12
Returns
Partial<Record<"left" | "right", HandContext>>
Implementation of
init()
init():
Promise<void>
Defined in: src/input/gestures/poseEstimators/TensorFlowHandPoseEstimator.ts:5
Returns
Promise<void>