2021-06-05 17:54:49 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html class="default no-js">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2021-09-17 20:30:57 +02:00
|
|
|
<title>PersonResult | @vladmandic/human - v2.2.2</title>
|
|
|
|
<meta name="description" content="Documentation for @vladmandic/human - v2.2.2">
|
2021-06-05 17:54:49 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
|
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="tsd-page-toolbar">
|
|
|
|
<div class="container">
|
|
|
|
<div class="table-wrap">
|
|
|
|
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
|
|
<div class="field">
|
|
|
|
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
|
|
<input id="tsd-search-field" type="text" />
|
|
|
|
</div>
|
|
|
|
<ul class="results">
|
|
|
|
<li class="state loading">Preparing search index...</li>
|
|
|
|
<li class="state failure">The search index is not available</li>
|
|
|
|
</ul>
|
2021-09-17 20:30:57 +02:00
|
|
|
<a href="../index.html" class="title">@vladmandic/human - v2.2.2</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</div>
|
|
|
|
<div class="table-cell" id="tsd-widgets">
|
|
|
|
<div id="tsd-filter">
|
|
|
|
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
|
|
<div class="tsd-filter-group">
|
|
|
|
<div class="tsd-select" id="tsd-filter-visibility">
|
|
|
|
<span class="tsd-select-label">All</span>
|
|
|
|
<ul class="tsd-select-list">
|
|
|
|
<li data-value="public">Public</li>
|
|
|
|
<li data-value="protected">Public/Protected</li>
|
|
|
|
<li data-value="private" class="selected">All</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
|
|
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tsd-page-title">
|
|
|
|
<div class="container">
|
|
|
|
<ul class="tsd-breadcrumb">
|
|
|
|
<li>
|
2021-09-17 20:30:57 +02:00
|
|
|
<a href="../index.html">@vladmandic/human - v2.2.2</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html">PersonResult</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
2021-09-12 05:54:35 +02:00
|
|
|
<h1>Interface PersonResult</h1>
|
2021-06-05 17:54:49 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="container container-main">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-8 col-content">
|
|
|
|
<section class="tsd-panel tsd-comment">
|
|
|
|
<div class="tsd-comment tsd-typography">
|
|
|
|
<div class="lead">
|
|
|
|
<p>Person getter</p>
|
|
|
|
</div>
|
|
|
|
<dl class="tsd-comment-tags">
|
|
|
|
<dt>interface</dt>
|
|
|
|
<dd><p>Person Interface</p>
|
|
|
|
<p>Each result has:</p>
|
|
|
|
<ul>
|
|
|
|
<li>id: person id</li>
|
|
|
|
<li>face: face object</li>
|
|
|
|
<li>body: body object</li>
|
|
|
|
<li>hands: array of hand objects</li>
|
|
|
|
<li>gestures: array of gestures</li>
|
|
|
|
<li>box: bounding box: x, y, width, height normalized to input image resolution</li>
|
|
|
|
<li>boxRaw: bounding box: x, y, width, height normalized to 0..1</li>
|
|
|
|
</ul>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel tsd-hierarchy">
|
|
|
|
<h3>Hierarchy</h3>
|
|
|
|
<ul class="tsd-hierarchy">
|
|
|
|
<li>
|
2021-09-12 05:54:35 +02:00
|
|
|
<span class="target">PersonResult</span>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel-group tsd-index-group">
|
|
|
|
<h2>Index</h2>
|
|
|
|
<section class="tsd-panel tsd-index-panel">
|
|
|
|
<div class="tsd-index-content">
|
|
|
|
<section class="tsd-index-section ">
|
|
|
|
<h3>Properties</h3>
|
|
|
|
<ul class="tsd-index-list">
|
2021-09-12 05:54:35 +02:00
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="PersonResult.html#body" class="tsd-kind-icon">body</a></li>
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="PersonResult.html#box" class="tsd-kind-icon">box</a></li>
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="PersonResult.html#boxRaw" class="tsd-kind-icon">box<wbr>Raw</a></li>
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="PersonResult.html#face" class="tsd-kind-icon">face</a></li>
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="PersonResult.html#gestures" class="tsd-kind-icon">gestures</a></li>
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="PersonResult.html#hands" class="tsd-kind-icon">hands</a></li>
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="PersonResult.html#id" class="tsd-kind-icon">id</a></li>
|
2021-06-05 17:54:49 +02:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel-group tsd-member-group ">
|
|
|
|
<h2>Properties</h2>
|
|
|
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
|
|
<a name="body" class="tsd-anchor"></a>
|
|
|
|
<h3>body</h3>
|
2021-09-12 05:54:35 +02:00
|
|
|
<div class="tsd-signature tsd-kind-icon">body<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="BodyResult.html" class="tsd-signature-type" data-tsd-kind="Interface">BodyResult</a></div>
|
2021-06-05 17:54:49 +02:00
|
|
|
<aside class="tsd-sources">
|
2021-09-11 03:21:29 +02:00
|
|
|
<ul>
|
|
|
|
<li>Defined in <a href="https://github.com/vladmandic/human/blob/main/src/result.ts#L163">result.ts:163</a></li>
|
|
|
|
</ul>
|
2021-06-05 17:54:49 +02:00
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
|
|
<a name="box" class="tsd-anchor"></a>
|
|
|
|
<h3>box</h3>
|
|
|
|
<div class="tsd-signature tsd-kind-icon">box<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span></div>
|
|
|
|
<aside class="tsd-sources">
|
2021-09-11 03:21:29 +02:00
|
|
|
<ul>
|
|
|
|
<li>Defined in <a href="https://github.com/vladmandic/human/blob/main/src/result.ts#L166">result.ts:166</a></li>
|
|
|
|
</ul>
|
2021-06-05 17:54:49 +02:00
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a name="boxRaw" class="tsd-anchor"></a>
|
2021-06-05 17:54:49 +02:00
|
|
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> box<wbr>Raw</h3>
|
|
|
|
<div class="tsd-signature tsd-kind-icon">box<wbr>Raw<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span></div>
|
|
|
|
<aside class="tsd-sources">
|
2021-09-11 03:21:29 +02:00
|
|
|
<ul>
|
|
|
|
<li>Defined in <a href="https://github.com/vladmandic/human/blob/main/src/result.ts#L167">result.ts:167</a></li>
|
|
|
|
</ul>
|
2021-06-05 17:54:49 +02:00
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
|
|
<a name="face" class="tsd-anchor"></a>
|
|
|
|
<h3>face</h3>
|
2021-09-12 05:54:35 +02:00
|
|
|
<div class="tsd-signature tsd-kind-icon">face<span class="tsd-signature-symbol">:</span> <a href="FaceResult.html" class="tsd-signature-type" data-tsd-kind="Interface">FaceResult</a></div>
|
2021-06-05 17:54:49 +02:00
|
|
|
<aside class="tsd-sources">
|
2021-09-11 03:21:29 +02:00
|
|
|
<ul>
|
|
|
|
<li>Defined in <a href="https://github.com/vladmandic/human/blob/main/src/result.ts#L162">result.ts:162</a></li>
|
|
|
|
</ul>
|
2021-06-05 17:54:49 +02:00
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
|
|
<a name="gestures" class="tsd-anchor"></a>
|
|
|
|
<h3>gestures</h3>
|
2021-09-12 05:54:35 +02:00
|
|
|
<div class="tsd-signature tsd-kind-icon">gestures<span class="tsd-signature-symbol">:</span> <a href="../index.html#GestureResult" class="tsd-signature-type" data-tsd-kind="Type alias">GestureResult</a><span class="tsd-signature-symbol">[]</span></div>
|
2021-06-05 17:54:49 +02:00
|
|
|
<aside class="tsd-sources">
|
2021-09-11 03:21:29 +02:00
|
|
|
<ul>
|
|
|
|
<li>Defined in <a href="https://github.com/vladmandic/human/blob/main/src/result.ts#L165">result.ts:165</a></li>
|
|
|
|
</ul>
|
2021-06-05 17:54:49 +02:00
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
|
|
<a name="hands" class="tsd-anchor"></a>
|
|
|
|
<h3>hands</h3>
|
2021-09-12 05:54:35 +02:00
|
|
|
<div class="tsd-signature tsd-kind-icon">hands<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="HandResult.html" class="tsd-signature-type" data-tsd-kind="Interface">HandResult</a><span class="tsd-signature-symbol">; </span>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="HandResult.html" class="tsd-signature-type" data-tsd-kind="Interface">HandResult</a><span class="tsd-signature-symbol"> }</span></div>
|
2021-06-05 17:54:49 +02:00
|
|
|
<aside class="tsd-sources">
|
2021-09-11 03:21:29 +02:00
|
|
|
<ul>
|
|
|
|
<li>Defined in <a href="https://github.com/vladmandic/human/blob/main/src/result.ts#L164">result.ts:164</a></li>
|
|
|
|
</ul>
|
2021-06-05 17:54:49 +02:00
|
|
|
</aside>
|
|
|
|
<div class="tsd-type-declaration">
|
|
|
|
<h4>Type declaration</h4>
|
|
|
|
<ul class="tsd-parameters">
|
|
|
|
<li class="tsd-parameter">
|
2021-09-12 05:54:35 +02:00
|
|
|
<h5>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="HandResult.html" class="tsd-signature-type" data-tsd-kind="Interface">HandResult</a></h5>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class="tsd-parameter">
|
2021-09-12 05:54:35 +02:00
|
|
|
<h5>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="HandResult.html" class="tsd-signature-type" data-tsd-kind="Interface">HandResult</a></h5>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
|
|
<a name="id" class="tsd-anchor"></a>
|
|
|
|
<h3>id</h3>
|
|
|
|
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
|
|
<aside class="tsd-sources">
|
2021-09-11 03:21:29 +02:00
|
|
|
<ul>
|
|
|
|
<li>Defined in <a href="https://github.com/vladmandic/human/blob/main/src/result.ts#L161">result.ts:161</a></li>
|
|
|
|
</ul>
|
2021-06-05 17:54:49 +02:00
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
|
|
<nav class="tsd-navigation primary">
|
|
|
|
<ul>
|
|
|
|
<li class=" ">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="../index.html">Exports</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
|
|
<ul class="before-current">
|
|
|
|
<li class=" tsd-kind-reference">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="../index.html#default" class="tsd-kind-icon">default</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-class">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="../classes/Human.html" class="tsd-kind-icon">Human</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="BodyConfig.html" class="tsd-kind-icon">Body<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="BodyResult.html" class="tsd-kind-icon">Body<wbr>Result</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="Config.html" class="tsd-kind-icon">Config</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="DrawOptions.html" class="tsd-kind-icon">Draw<wbr>Options</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="FaceConfig.html" class="tsd-kind-icon">Face<wbr>Config</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
2021-09-12 06:05:06 +02:00
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="FaceDescriptionConfig.html" class="tsd-kind-icon">Face<wbr>Description<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="FaceDetectorConfig.html" class="tsd-kind-icon">Face<wbr>Detector<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="FaceEmotionConfig.html" class="tsd-kind-icon">Face<wbr>Emotion<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="FaceIrisConfig.html" class="tsd-kind-icon">Face<wbr>Iris<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="FaceMeshConfig.html" class="tsd-kind-icon">Face<wbr>Mesh<wbr>Config</a>
|
|
|
|
</li>
|
2021-06-05 17:54:49 +02:00
|
|
|
<li class=" tsd-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="FaceResult.html" class="tsd-kind-icon">Face<wbr>Result</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="FilterConfig.html" class="tsd-kind-icon">Filter<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="GestureConfig.html" class="tsd-kind-icon">Gesture<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="HandConfig.html" class="tsd-kind-icon">Hand<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="HandResult.html" class="tsd-kind-icon">Hand<wbr>Result</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="ObjectConfig.html" class="tsd-kind-icon">Object<wbr>Config</a>
|
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="ObjectResult.html" class="tsd-kind-icon">Object<wbr>Result</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<ul class="current">
|
|
|
|
<li class="current tsd-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html" class="tsd-kind-icon">Person<wbr>Result</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
<ul>
|
|
|
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html#body" class="tsd-kind-icon">body</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html#box" class="tsd-kind-icon">box</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html#boxRaw" class="tsd-kind-icon">box<wbr>Raw</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html#face" class="tsd-kind-icon">face</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html#gestures" class="tsd-kind-icon">gestures</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html#hands" class="tsd-kind-icon">hands</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="PersonResult.html#id" class="tsd-kind-icon">id</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<ul class="after-current">
|
|
|
|
<li class=" tsd-kind-interface">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="Result.html" class="tsd-kind-icon">Result</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
2021-09-12 05:54:35 +02:00
|
|
|
<li class=" tsd-kind-interface">
|
|
|
|
<a href="SegmentationConfig.html" class="tsd-kind-icon">Segmentation<wbr>Config</a>
|
|
|
|
</li>
|
2021-06-05 17:54:49 +02:00
|
|
|
<li class=" tsd-kind-type-alias">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="../index.html#Error" class="tsd-kind-icon">Error</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
2021-09-12 06:30:11 +02:00
|
|
|
<li class=" tsd-kind-type-alias">
|
|
|
|
<a href="../index.html#Events" class="tsd-kind-icon">Events</a>
|
|
|
|
</li>
|
2021-06-05 17:54:49 +02:00
|
|
|
<li class=" tsd-kind-type-alias">
|
2021-09-12 05:54:35 +02:00
|
|
|
<a href="../index.html#GestureResult" class="tsd-kind-icon">Gesture<wbr>Result</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-type-alias">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="../index.html#Input" class="tsd-kind-icon">Input</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
|
|
|
<li class=" tsd-kind-type-alias">
|
2021-07-29 15:53:13 +02:00
|
|
|
<a href="../index.html#TensorFlow" class="tsd-kind-icon">Tensor<wbr>Flow</a>
|
2021-06-05 17:54:49 +02:00
|
|
|
</li>
|
2021-09-12 05:54:35 +02:00
|
|
|
<li class=" tsd-kind-variable">
|
|
|
|
<a href="../index.html#defaults" class="tsd-kind-icon">defaults</a>
|
|
|
|
</li>
|
2021-09-12 18:42:17 +02:00
|
|
|
<li class=" tsd-kind-variable">
|
|
|
|
<a href="../index.html#env" class="tsd-kind-icon">env</a>
|
|
|
|
</li>
|
2021-06-05 17:54:49 +02:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<div class="container">
|
|
|
|
<h2>Legend</h2>
|
|
|
|
<div class="tsd-legend-group">
|
|
|
|
<ul class="tsd-legend">
|
|
|
|
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
|
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
|
|
</ul>
|
|
|
|
<ul class="tsd-legend">
|
|
|
|
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
<div class="overlay"></div>
|
|
|
|
<script src="../assets/js/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|