> For the complete documentation index, see [llms.txt](https://spectrexr.gitbook.io/octoxr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spectrexr.gitbook.io/octoxr/hand-pose-detection/scripting/ihandposecomponent.md).

# IHandPoseComponent

Interface for detecting hand pose

Currently there are two implementations: <mark style="color:blue;">**HandPoseShape**</mark> and <mark style="color:blue;">**HandPoseOrientation**</mark>. If you want to make your own requirement for hand pose to be detected, just implement this interface and add it to components array of *<mark style="color:blue;">**HandPose.**</mark>*

### Public Methods and Properties

bool IsActive

void Initialize(HandSkeleton)
