@vonage/ml-transformers 3.2.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/docs/assets/highlight.css +14 -28
  2. package/dist/docs/assets/search.js +1 -1
  3. package/dist/docs/classes/MediapipeHelper.html +1 -1
  4. package/dist/docs/classes/VonageMediaProcessor.html +28 -28
  5. package/dist/docs/enums/BlurRadius.html +3 -9
  6. package/dist/docs/enums/ErrorFunction.html +9 -0
  7. package/dist/docs/enums/PipelineInfoData.html +19 -0
  8. package/dist/docs/enums/SelfieSegmentationType.html +5 -0
  9. package/dist/docs/enums/WarningType.html +5 -0
  10. package/dist/docs/index.html +1 -1
  11. package/dist/docs/interfaces/HolisticOptions.html +1 -1
  12. package/dist/docs/interfaces/PoseOptions.html +1 -1
  13. package/dist/docs/modules.html +179 -69
  14. package/dist/ml-transformers.es.js +12694 -8028
  15. package/dist/ml-transformers.umd.js +366 -32
  16. package/dist/types/main.d.ts +84 -86
  17. package/dist/types/src/{vonage/VonageMediaProcessor.d.ts → facades/vonage-media-processor.d.ts} +0 -0
  18. package/dist/types/src/filters/background-filter.d.ts +26 -0
  19. package/dist/types/src/filters/resize-filter.d.ts +12 -0
  20. package/dist/types/src/processors/processor-main.d.ts +32 -0
  21. package/dist/types/src/processors/processor-worker.d.ts +23 -0
  22. package/dist/types/src/transformers/background-transformer.d.ts +14 -0
  23. package/dist/types/src/types.d.ts +82 -57
  24. package/dist/types/src/{vonage/VonageAssetsLoaderHelper.d.ts → utils/assets-loader.d.ts} +0 -0
  25. package/dist/types/src/utils/{Tools.d.ts → error.d.ts} +0 -0
  26. package/dist/types/src/{transformers/MediapipeHelper.d.ts → utils/mediapipe.d.ts} +2 -3
  27. package/dist/types/src/utils/{utils.d.ts → support.d.ts} +2 -2
  28. package/dist/types/src/utils/webgl.d.ts +27 -0
  29. package/dist/types/src/wasm/selfie-segmentation/loader.d.ts +28 -0
  30. package/dist/types/src/wasm/selfie-segmentation/wrapper.d.ts +15 -0
  31. package/dist/types/src/webgl/pipelines/background-blur.d.ts +9 -0
  32. package/dist/types/src/webgl/pipelines/background-image.d.ts +11 -0
  33. package/dist/types/src/webgl/pipelines/background-video.d.ts +8 -0
  34. package/dist/types/src/webgl/pipelines/foreground-blur.d.ts +9 -0
  35. package/dist/types/src/webgl/pipelines/improve-segmentation-mask.d.ts +23 -0
  36. package/dist/types/src/webgl/pipelines/output-mask.d.ts +10 -0
  37. package/dist/types/src/webgl/pipelines/resize-image.d.ts +8 -0
  38. package/dist/types/src/webgl/programs/blur/blur.d.ts +20 -0
  39. package/dist/types/src/webgl/programs/blur-masked/blur-masked.d.ts +12 -0
  40. package/dist/types/src/webgl/programs/expend/expend.d.ts +5 -0
  41. package/dist/types/src/webgl/programs/flickering/flickering.d.ts +5 -0
  42. package/dist/types/src/webgl/programs/highpass/highpass.d.ts +5 -0
  43. package/dist/types/src/webgl/programs/joint-bilateral/joint-bilateral.d.ts +5 -0
  44. package/dist/types/src/webgl/programs/minimum-surface/minimum-surface.d.ts +5 -0
  45. package/dist/types/src/webgl/programs/mix/mix.d.ts +5 -0
  46. package/dist/types/src/webgl/programs/power/power.d.ts +5 -0
  47. package/dist/types/src/webgl/programs/refine-mask/refine-mask.d.ts +5 -0
  48. package/dist/types/src/webgl/programs/render-texture/render-texture.d.ts +5 -0
  49. package/dist/types/src/webgl/programs/smooth/smooth.d.ts +5 -0
  50. package/dist/types/src/webgl/programs/track/track.d.ts +5 -0
  51. package/dist/types/src/webgl/webgl-pipeline-program-double-buffer.d.ts +15 -0
  52. package/dist/types/src/webgl/webgl-pipeline-program.d.ts +82 -0
  53. package/dist/types/src/webgl/webgl-pipeline.d.ts +35 -0
  54. package/dist/types/src/webgl/webgl-transormer-pipeline.d.ts +6 -0
  55. package/package.json +69 -69
  56. package/dist/types/src/transformers/BackgroundTransformer.d.ts +0 -32
  57. package/dist/types/src/transformers/BlurPostProcess.d.ts +0 -11
  58. package/dist/types/src/transformers/PostProcessInterface.d.ts +0 -6
  59. package/dist/types/src/transformers/Queue.d.ts +0 -13
  60. package/dist/types/src/transformers/SilueteBlurPostProcess.d.ts +0 -11
  61. package/dist/types/src/transformers/VideoPostProcess.d.ts +0 -14
  62. package/dist/types/src/transformers/VirtualPostProcess.d.ts +0 -11
  63. package/dist/types/src/transformers/VonageTransformerConfig.d.ts +0 -1
  64. package/dist/types/src/vonage/VonageMediaProcessorThread.d.ts +0 -6
  65. package/dist/types/src/vonage/VonageMediaProcessorWorker.d.ts +0 -28
@@ -1,13 +1,7 @@
1
1
  <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BlurRadius | @vonage/ml-transformers</title><meta name="description" content="Documentation for @vonage/ml-transformers"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vonage/ml-transformers</a></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><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</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><a href="../modules.html">@vonage/ml-transformers</a></li><li><a href="BlurRadius.html">BlurRadius</a></li></ul><h1>Enumeration BlurRadius </h1></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">
2
2
  <p>BlurRadius specifies how much bluring filter to apply by a given transformer.</p>
3
- </div><dl class="tsd-comment-tags"><dt>low</dt><dd><ul>
4
- <li>5px blur</li>
5
- </ul>
6
- </dd><dt>high</dt><dd><ul>
7
- <li>10px blur</li>
8
- </ul>
9
- </dd></dl></div></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>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="BlurRadius.html#High" class="tsd-kind-icon">High</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="BlurRadius.html#Low" class="tsd-kind-icon">Low</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="High" class="tsd-anchor"></a><h3 class="tsd-anchor-link">High<a href="#High" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">High<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;High&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
10
- <p>High bluring filtering.</p>
3
+ </div></div></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>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="BlurRadius.html#High" class="tsd-kind-icon">High</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="BlurRadius.html#Low" class="tsd-kind-icon">Low</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="High" class="tsd-anchor"></a><h3 class="tsd-anchor-link">High<a href="#High" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">High<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;High&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
4
+ <p>High bluring filtering (10px).</p>
11
5
  </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Low" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Low<a href="#Low" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Low<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;Low&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
12
- <p>Low bluring filtering.</p>
6
+ <p>Low bluring filtering (5px).</p>
13
7
  </div></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum"><a href="BlurRadius.html" class="tsd-kind-icon">Blur<wbr/>Radius</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="BlurRadius.html#High" class="tsd-kind-icon">High</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="BlurRadius.html#Low" class="tsd-kind-icon">Low</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1,9 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ErrorFunction | @vonage/ml-transformers</title><meta name="description" content="Documentation for @vonage/ml-transformers"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vonage/ml-transformers</a></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><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</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><a href="../modules.html">@vonage/ml-transformers</a></li><li><a href="ErrorFunction.html">ErrorFunction</a></li></ul><h1>Enumeration ErrorFunction </h1></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">
2
+ <p>ErrorFunction. It specifies the transformer function in which the error occurred.</p>
3
+ </div></div></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 tsd-is-external"><h3>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="ErrorFunction.html#flush" class="tsd-kind-icon">flush</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="ErrorFunction.html#start" class="tsd-kind-icon">start</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="ErrorFunction.html#transform" class="tsd-kind-icon">transform</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-external"><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="flush" class="tsd-anchor"></a><h3 class="tsd-anchor-link">flush<a href="#flush" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">flush<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;flush&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
4
+ <p>flush function exception.</p>
5
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="start" class="tsd-anchor"></a><h3 class="tsd-anchor-link">start<a href="#start" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;start&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
6
+ <p>start function exception.</p>
7
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="transform" class="tsd-anchor"></a><h3 class="tsd-anchor-link">transform<a href="#transform" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">transform<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;transform&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
8
+ <p>transform function exception.</p>
9
+ </div></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum tsd-is-external"><a href="ErrorFunction.html" class="tsd-kind-icon">Error<wbr/>Function</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="ErrorFunction.html#flush" class="tsd-kind-icon">flush</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="ErrorFunction.html#start" class="tsd-kind-icon">start</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="ErrorFunction.html#transform" class="tsd-kind-icon">transform</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1,19 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PipelineInfoData | @vonage/ml-transformers</title><meta name="description" content="Documentation for @vonage/ml-transformers"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vonage/ml-transformers</a></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><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</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><a href="../modules.html">@vonage/ml-transformers</a></li><li><a href="PipelineInfoData.html">PipelineInfoData</a></li></ul><h1>Enumeration PipelineInfoData </h1></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">
2
+ <p>PipelineInfolData. Life cycle information of insertable streams pipeline.</p>
3
+ </div></div></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 tsd-is-external"><h3>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_ended" class="tsd-kind-icon">pipeline_<wbr/>ended</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_ended_with_error" class="tsd-kind-icon">pipeline_<wbr/>ended_<wbr/>with_<wbr/>error</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_restarted" class="tsd-kind-icon">pipeline_<wbr/>restarted</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_restarted_with_error" class="tsd-kind-icon">pipeline_<wbr/>restarted_<wbr/>with_<wbr/>error</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_started" class="tsd-kind-icon">pipeline_<wbr/>started</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_started_with_error" class="tsd-kind-icon">pipeline_<wbr/>started_<wbr/>with_<wbr/>error</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-external"><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="pipeline_ended" class="tsd-anchor"></a><h3 class="tsd-anchor-link">pipeline_<wbr/>ended<a href="#pipeline_ended" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">pipeline_<wbr/>ended<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;pipeline_ended&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
4
+ <p>Notify the app that the pipeline has ended.</p>
5
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="pipeline_ended_with_error" class="tsd-anchor"></a><h3 class="tsd-anchor-link">pipeline_<wbr/>ended_<wbr/>with_<wbr/>error<a href="#pipeline_ended_with_error" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">pipeline_<wbr/>ended_<wbr/>with_<wbr/>error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;pipeline_ended_with_error&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
6
+ <p>Notify the app that the pipeline has ended with an error.</p>
7
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="pipeline_restarted" class="tsd-anchor"></a><h3 class="tsd-anchor-link">pipeline_<wbr/>restarted<a href="#pipeline_restarted" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">pipeline_<wbr/>restarted<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;pipeline_restarted&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
8
+ <p>Notify the app that the pipeline has restarted.
9
+ This message is fired after changing track in the middle of the process.
10
+ For example switching camera source.</p>
11
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="pipeline_restarted_with_error" class="tsd-anchor"></a><h3 class="tsd-anchor-link">pipeline_<wbr/>restarted_<wbr/>with_<wbr/>error<a href="#pipeline_restarted_with_error" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">pipeline_<wbr/>restarted_<wbr/>with_<wbr/>error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;pipeline_restarted_with_error&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
12
+ <p>Notify the app that the pipeline has restarted with an error.
13
+ This message is fired after changing track in the middle of the process.
14
+ For example switching camera source.</p>
15
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="pipeline_started" class="tsd-anchor"></a><h3 class="tsd-anchor-link">pipeline_<wbr/>started<a href="#pipeline_started" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">pipeline_<wbr/>started<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;pipeline_started&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
16
+ <p>Notify the app that the pipeline has started.</p>
17
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="pipeline_started_with_error" class="tsd-anchor"></a><h3 class="tsd-anchor-link">pipeline_<wbr/>started_<wbr/>with_<wbr/>error<a href="#pipeline_started_with_error" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">pipeline_<wbr/>started_<wbr/>with_<wbr/>error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;pipeline_started_with_error&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
18
+ <p>Notify the app that the pipeline has started with an error.</p>
19
+ </div></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum tsd-is-external"><a href="PipelineInfoData.html" class="tsd-kind-icon">Pipeline<wbr/>Info<wbr/>Data</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_ended" class="tsd-kind-icon">pipeline_<wbr/>ended</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_ended_with_error" class="tsd-kind-icon">pipeline_<wbr/>ended_<wbr/>with_<wbr/>error</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_restarted" class="tsd-kind-icon">pipeline_<wbr/>restarted</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_restarted_with_error" class="tsd-kind-icon">pipeline_<wbr/>restarted_<wbr/>with_<wbr/>error</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_started" class="tsd-kind-icon">pipeline_<wbr/>started</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="PipelineInfoData.html#pipeline_started_with_error" class="tsd-kind-icon">pipeline_<wbr/>started_<wbr/>with_<wbr/>error</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1,5 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SelfieSegmentationType | @vonage/ml-transformers</title><meta name="description" content="Documentation for @vonage/ml-transformers"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vonage/ml-transformers</a></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><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</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><a href="../modules.html">@vonage/ml-transformers</a></li><li><a href="SelfieSegmentationType.html">SelfieSegmentationType</a></li></ul><h1>Enumeration SelfieSegmentationType </h1></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">
2
+ <p>Selfie segmentation algorithm type
3
+ Fast can flickering but has low impact on performance
4
+ Precise avoid glitches and flickering, but is most costly</p>
5
+ </div></div></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>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="SelfieSegmentationType.html#FAST" class="tsd-kind-icon">FAST</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="SelfieSegmentationType.html#PRECISE" class="tsd-kind-icon">PRECISE</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="FAST" class="tsd-anchor"></a><h3 class="tsd-anchor-link">FAST<a href="#FAST" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">FAST<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;FAST&quot;</span></div></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="PRECISE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">PRECISE<a href="#PRECISE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">PRECISE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PRECISE&quot;</span></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum"><a href="SelfieSegmentationType.html" class="tsd-kind-icon">Selfie<wbr/>Segmentation<wbr/>Type</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="SelfieSegmentationType.html#FAST" class="tsd-kind-icon">FAST</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="SelfieSegmentationType.html#PRECISE" class="tsd-kind-icon">PRECISE</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1,5 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>WarningType | @vonage/ml-transformers</title><meta name="description" content="Documentation for @vonage/ml-transformers"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vonage/ml-transformers</a></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><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</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><a href="../modules.html">@vonage/ml-transformers</a></li><li><a href="WarningType.html">WarningType</a></li></ul><h1>Enumeration WarningType </h1></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">
2
+ <p>WarningType specifies the type of warning from the transformer</p>
3
+ </div></div></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 tsd-is-external"><h3>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="WarningType.html#FPS_DROP" class="tsd-kind-icon">FPS_<wbr/>DROP</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-external"><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a id="FPS_DROP" class="tsd-anchor"></a><h3 class="tsd-anchor-link">FPS_<wbr/>DROP<a href="#FPS_DROP" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">FPS_<wbr/>DROP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;fps_drop&quot;</span></div><div class="tsd-comment tsd-typography"><div class="lead">
4
+ <p>Warning about change in process rate</p>
5
+ </div></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum tsd-is-external"><a href="WarningType.html" class="tsd-kind-icon">Warning<wbr/>Type</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="WarningType.html#FPS_DROP" class="tsd-kind-icon">FPS_<wbr/>DROP</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -13,4 +13,4 @@
13
13
  </a>
14
14
  <p>Docs: Check out <a href="https://vonage.github.io/ml-transformers-docs">https://vonage.github.io/ml-transformers-docs</a>.</p>
15
15
  <p>Examples: Check out <a href="https://github.com/Vonage/vonage-media-transformers-samples">https://github.com/Vonage/vonage-media-transformers-samples</a></p>
16
- </div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-reference"><a href="modules.html#VonageFacedetection" class="tsd-kind-icon">Vonage<wbr/>Facedetection</a></li><li class="tsd-kind-reference"><a href="modules.html#VonageFacemash" class="tsd-kind-icon">Vonage<wbr/>Facemash</a></li><li class="tsd-kind-reference"><a href="modules.html#VonageHands" class="tsd-kind-icon">Vonage<wbr/>Hands</a></li><li class="tsd-kind-reference"><a href="modules.html#VonageHolistic" class="tsd-kind-icon">Vonage<wbr/>Holistic</a></li><li class="tsd-kind-reference"><a href="modules.html#VonageObjectron" class="tsd-kind-icon">Vonage<wbr/>Objectron</a></li><li class="tsd-kind-reference"><a href="modules.html#VonagePose" class="tsd-kind-icon">Vonage<wbr/>Pose</a></li><li class="tsd-kind-enum"><a href="enums/BlurRadius.html" class="tsd-kind-icon">Blur<wbr/>Radius</a></li><li class="tsd-kind-class"><a href="classes/MediapipeHelper.html" class="tsd-kind-icon">Mediapipe<wbr/>Helper</a></li><li class="tsd-kind-class"><a href="classes/VonageMediaProcessor.html" class="tsd-kind-icon">Vonage<wbr/>Media<wbr/>Processor</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceDetectionOptions.html" class="tsd-kind-icon">Face<wbr/>Detection<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceDetectionResults.html" class="tsd-kind-icon">Face<wbr/>Detection<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceMeshOptions.html" class="tsd-kind-icon">Face<wbr/>Mesh<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceMeshResults.html" class="tsd-kind-icon">Face<wbr/>Mesh<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HandsOptions.html" class="tsd-kind-icon">Hands<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HandsResults.html" class="tsd-kind-icon">Hands<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HolisticOptions.html" class="tsd-kind-icon">Holistic<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HolisticResults.html" class="tsd-kind-icon">Holistic<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/ObjectronOptions.html" class="tsd-kind-icon">Objectron<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/ObjectronResults.html" class="tsd-kind-icon">Objectron<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/PoseOptions.html" class="tsd-kind-icon">Pose<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/PoseResults.html" class="tsd-kind-icon">Pose<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/SelfieSegmentationOptions.html" class="tsd-kind-icon">Selfie<wbr/>Segmentation<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/SelfieSegmentationResults.html" class="tsd-kind-icon">Selfie<wbr/>Segmentation<wbr/>Results</a></li><li class="tsd-kind-type-alias"><a href="modules.html#AssetBackgroundConfig" class="tsd-kind-icon">Asset<wbr/>Background<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#BackgroundBlurConfig" class="tsd-kind-icon">Background<wbr/>Blur<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#BackgroundOptions" class="tsd-kind-icon">Background<wbr/>Options</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeModelConfig" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Model<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeModelType" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Model<wbr/>Type</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeResults" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Results</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeResultsListener" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Results<wbr/>Listener</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaProcessorBaseConfig" class="tsd-kind-icon">Media<wbr/>Processor<wbr/>Base<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaProcessorConfig" class="tsd-kind-icon">Media<wbr/>Processor<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediapipeConfig" class="tsd-kind-icon">Mediapipe<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#SilueteBlurConfig" class="tsd-kind-icon">Siluete<wbr/>Blur<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#VideoBackgroundConfig" class="tsd-kind-icon">Video<wbr/>Background<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#VirtualBackgroundConfig" class="tsd-kind-icon">Virtual<wbr/>Background<wbr/>Config</a></li><li class="tsd-kind-property"><a href="modules.html#VonageSelfiesegmentation" class="tsd-kind-icon">Vonage<wbr/>Selfiesegmentation</a></li><li class="tsd-kind-function"><a href="modules.html#createVonageMediaProcessor" class="tsd-kind-icon">create<wbr/>Vonage<wbr/>Media<wbr/>Processor</a></li><li class="tsd-kind-function"><a href="modules.html#createVonageMediaProcessorConnector" class="tsd-kind-icon">create<wbr/>Vonage<wbr/>Media<wbr/>Processor<wbr/>Connector</a></li><li class="tsd-kind-function"><a href="modules.html#getVonageEventEmitter" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Event<wbr/>Emitter</a></li><li class="tsd-kind-function"><a href="modules.html#isSupported" class="tsd-kind-icon">is<wbr/>Supported</a></li><li class="tsd-kind-function"><a href="modules.html#setBackgroundOptions" class="tsd-kind-icon">set<wbr/>Background<wbr/>Options</a></li><li class="tsd-kind-function"><a href="modules.html#setTrackExpectedRate" class="tsd-kind-icon">set<wbr/>Track<wbr/>Expected<wbr/>Rate</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
16
+ </div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-enum"><a href="enums/BlurRadius.html" class="tsd-kind-icon">Blur<wbr/>Radius</a></li><li class="tsd-kind-enum tsd-is-external"><a href="enums/ErrorFunction.html" class="tsd-kind-icon">Error<wbr/>Function</a></li><li class="tsd-kind-enum tsd-is-external"><a href="enums/PipelineInfoData.html" class="tsd-kind-icon">Pipeline<wbr/>Info<wbr/>Data</a></li><li class="tsd-kind-enum"><a href="enums/SelfieSegmentationType.html" class="tsd-kind-icon">Selfie<wbr/>Segmentation<wbr/>Type</a></li><li class="tsd-kind-enum tsd-is-external"><a href="enums/WarningType.html" class="tsd-kind-icon">Warning<wbr/>Type</a></li><li class="tsd-kind-class"><a href="classes/MediapipeHelper.html" class="tsd-kind-icon">Mediapipe<wbr/>Helper</a></li><li class="tsd-kind-class"><a href="classes/VonageMediaProcessor.html" class="tsd-kind-icon">Vonage<wbr/>Media<wbr/>Processor</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceDetectionOptions.html" class="tsd-kind-icon">Face<wbr/>Detection<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceDetectionResults.html" class="tsd-kind-icon">Face<wbr/>Detection<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceMeshOptions.html" class="tsd-kind-icon">Face<wbr/>Mesh<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/FaceMeshResults.html" class="tsd-kind-icon">Face<wbr/>Mesh<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HandsOptions.html" class="tsd-kind-icon">Hands<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HandsResults.html" class="tsd-kind-icon">Hands<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HolisticOptions.html" class="tsd-kind-icon">Holistic<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/HolisticResults.html" class="tsd-kind-icon">Holistic<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/ObjectronOptions.html" class="tsd-kind-icon">Objectron<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/ObjectronResults.html" class="tsd-kind-icon">Objectron<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/PoseOptions.html" class="tsd-kind-icon">Pose<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/PoseResults.html" class="tsd-kind-icon">Pose<wbr/>Results</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/SelfieSegmentationOptions.html" class="tsd-kind-icon">Selfie<wbr/>Segmentation<wbr/>Options</a></li><li class="tsd-kind-interface tsd-is-external"><a href="interfaces/SelfieSegmentationResults.html" class="tsd-kind-icon">Selfie<wbr/>Segmentation<wbr/>Results</a></li><li class="tsd-kind-type-alias"><a href="modules.html#AssetBackgroundConfig" class="tsd-kind-icon">Asset<wbr/>Background<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#BackgroundBlurConfig" class="tsd-kind-icon">Background<wbr/>Blur<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#BackgroundOptions" class="tsd-kind-icon">Background<wbr/>Options</a></li><li class="tsd-kind-type-alias tsd-is-external"><a href="modules.html#DropInfo" class="tsd-kind-icon">Drop<wbr/>Info</a></li><li class="tsd-kind-type-alias tsd-is-external"><a href="modules.html#ErrorData" class="tsd-kind-icon">Error<wbr/>Data</a></li><li class="tsd-kind-type-alias tsd-is-external"><a href="modules.html#EventDataMap" class="tsd-kind-icon">Event<wbr/>Data<wbr/>Map</a></li><li class="tsd-kind-type-alias tsd-is-external"><a href="modules.html#EventMetaData" class="tsd-kind-icon">Event<wbr/>Meta<wbr/>Data</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeModelConfig" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Model<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeModelType" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Model<wbr/>Type</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeResults" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Results</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaPipeResultsListener" class="tsd-kind-icon">Media<wbr/>Pipe<wbr/>Results<wbr/>Listener</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaProcessorBaseConfig" class="tsd-kind-icon">Media<wbr/>Processor<wbr/>Base<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediaProcessorConfig" class="tsd-kind-icon">Media<wbr/>Processor<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#MediapipeConfig" class="tsd-kind-icon">Mediapipe<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#SilhouetteBlurConfig" class="tsd-kind-icon">Silhouette<wbr/>Blur<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#VideoBackgroundConfig" class="tsd-kind-icon">Video<wbr/>Background<wbr/>Config</a></li><li class="tsd-kind-type-alias"><a href="modules.html#VirtualBackgroundConfig" class="tsd-kind-icon">Virtual<wbr/>Background<wbr/>Config</a></li><li class="tsd-kind-type-alias tsd-is-external"><a href="modules.html#WarnData" class="tsd-kind-icon">Warn<wbr/>Data</a></li><li class="tsd-kind-function"><a href="modules.html#createVonageMediaProcessor" class="tsd-kind-icon">create<wbr/>Vonage<wbr/>Media<wbr/>Processor</a></li><li class="tsd-kind-function"><a href="modules.html#getVonageFaceDetection" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Face<wbr/>Detection</a></li><li class="tsd-kind-function"><a href="modules.html#getVonageFaceMash" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Face<wbr/>Mash</a></li><li class="tsd-kind-function"><a href="modules.html#getVonageHands" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Hands</a></li><li class="tsd-kind-function"><a href="modules.html#getVonageHolistic" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Holistic</a></li><li class="tsd-kind-function"><a href="modules.html#getVonageObjectron" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Objectron</a></li><li class="tsd-kind-function"><a href="modules.html#getVonagePose" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Pose</a></li><li class="tsd-kind-function"><a href="modules.html#getVonageSelfieSegmentation" class="tsd-kind-icon">get<wbr/>Vonage<wbr/>Selfie<wbr/>Segmentation</a></li><li class="tsd-kind-function"><a href="modules.html#isSupported" class="tsd-kind-icon">is<wbr/>Supported</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
@@ -1,3 +1,3 @@
1
1
  <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>HolisticOptions | @vonage/ml-transformers</title><meta name="description" content="Documentation for @vonage/ml-transformers"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vonage/ml-transformers</a></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><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</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><a href="../modules.html">@vonage/ml-transformers</a></li><li><a href="HolisticOptions.html">HolisticOptions</a></li></ul><h1>Interface HolisticOptions </h1></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">
2
2
  <p>Configurable options for Holistic.</p>
3
- </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">HolisticOptions</span></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 tsd-is-external"><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableFaceGeometry" class="tsd-kind-icon">enable<wbr/>Face<wbr/>Geometry</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#refineFaceLandmarks" class="tsd-kind-icon">refine<wbr/>Face<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-external"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="enableFaceGeometry" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr/>Face<wbr/>Geometry<a href="#enableFaceGeometry" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">enable<wbr/>Face<wbr/>Geometry<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="enableSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr/>Segmentation<a href="#enableSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">enable<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minDetectionConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Detection<wbr/>Confidence<a href="#minDetectionConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minTrackingConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Tracking<wbr/>Confidence<a href="#minTrackingConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="modelComplexity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> model<wbr/>Complexity<a href="#modelComplexity" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">model<wbr/>Complexity<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">0</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">1</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">2</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="refineFaceLandmarks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> refine<wbr/>Face<wbr/>Landmarks<a href="#refineFaceLandmarks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">refine<wbr/>Face<wbr/>Landmarks<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="selfieMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> selfie<wbr/>Mode<a href="#selfieMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">selfie<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothLandmarks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Landmarks<a href="#smoothLandmarks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Landmarks<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Segmentation<a href="#smoothSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-is-external"><a href="HolisticOptions.html" class="tsd-kind-icon">Holistic<wbr/>Options</a><ul><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableFaceGeometry" class="tsd-kind-icon">enable<wbr/>Face<wbr/>Geometry</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#refineFaceLandmarks" class="tsd-kind-icon">refine<wbr/>Face<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
3
+ </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">HolisticOptions</span></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 tsd-is-external"><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableFaceGeometry" class="tsd-kind-icon">enable<wbr/>Face<wbr/>Geometry</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#refineFaceLandmarks" class="tsd-kind-icon">refine<wbr/>Face<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-external"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="enableFaceGeometry" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr/>Face<wbr/>Geometry<a href="#enableFaceGeometry" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">enable<wbr/>Face<wbr/>Geometry<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="enableSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr/>Segmentation<a href="#enableSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">enable<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minDetectionConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Detection<wbr/>Confidence<a href="#minDetectionConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minTrackingConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Tracking<wbr/>Confidence<a href="#minTrackingConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="modelComplexity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> model<wbr/>Complexity<a href="#modelComplexity" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">model<wbr/>Complexity<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">0</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">2</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">1</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="refineFaceLandmarks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> refine<wbr/>Face<wbr/>Landmarks<a href="#refineFaceLandmarks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">refine<wbr/>Face<wbr/>Landmarks<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="selfieMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> selfie<wbr/>Mode<a href="#selfieMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">selfie<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothLandmarks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Landmarks<a href="#smoothLandmarks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Landmarks<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Segmentation<a href="#smoothSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-is-external"><a href="HolisticOptions.html" class="tsd-kind-icon">Holistic<wbr/>Options</a><ul><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableFaceGeometry" class="tsd-kind-icon">enable<wbr/>Face<wbr/>Geometry</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#refineFaceLandmarks" class="tsd-kind-icon">refine<wbr/>Face<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="HolisticOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -1,3 +1,3 @@
1
1
  <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PoseOptions | @vonage/ml-transformers</title><meta name="description" content="Documentation for @vonage/ml-transformers"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vonage/ml-transformers</a></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><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</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><a href="../modules.html">@vonage/ml-transformers</a></li><li><a href="PoseOptions.html">PoseOptions</a></li></ul><h1>Interface PoseOptions </h1></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">
2
2
  <p>Configurable options for Pose.</p>
3
- </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">PoseOptions</span></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 tsd-is-external"><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-external"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="enableSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr/>Segmentation<a href="#enableSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">enable<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minDetectionConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Detection<wbr/>Confidence<a href="#minDetectionConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minTrackingConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Tracking<wbr/>Confidence<a href="#minTrackingConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="modelComplexity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> model<wbr/>Complexity<a href="#modelComplexity" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">model<wbr/>Complexity<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">0</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">1</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">2</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="selfieMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> selfie<wbr/>Mode<a href="#selfieMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">selfie<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothLandmarks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Landmarks<a href="#smoothLandmarks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Landmarks<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Segmentation<a href="#smoothSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-is-external"><a href="PoseOptions.html" class="tsd-kind-icon">Pose<wbr/>Options</a><ul><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
3
+ </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">PoseOptions</span></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 tsd-is-external"><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-external"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="enableSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr/>Segmentation<a href="#enableSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">enable<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minDetectionConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Detection<wbr/>Confidence<a href="#minDetectionConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="minTrackingConfidence" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr/>Tracking<wbr/>Confidence<a href="#minTrackingConfidence" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="modelComplexity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> model<wbr/>Complexity<a href="#modelComplexity" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">model<wbr/>Complexity<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">0</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">2</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">1</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="selfieMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> selfie<wbr/>Mode<a href="#selfieMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">selfie<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothLandmarks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Landmarks<a href="#smoothLandmarks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Landmarks<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="smoothSegmentation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> smooth<wbr/>Segmentation<a href="#smoothSegmentation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">smooth<wbr/>Segmentation<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-is-external"><a href="PoseOptions.html" class="tsd-kind-icon">Pose<wbr/>Options</a><ul><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#enableSegmentation" class="tsd-kind-icon">enable<wbr/>Segmentation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minDetectionConfidence" class="tsd-kind-icon">min<wbr/>Detection<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#minTrackingConfidence" class="tsd-kind-icon">min<wbr/>Tracking<wbr/>Confidence</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#modelComplexity" class="tsd-kind-icon">model<wbr/>Complexity</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#selfieMode" class="tsd-kind-icon">selfie<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothLandmarks" class="tsd-kind-icon">smooth<wbr/>Landmarks</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="PoseOptions.html#smoothSegmentation" class="tsd-kind-icon">smooth<wbr/>Segmentation</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><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-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>