2021-06-05 17:54:49 +02:00
<!doctype html>
< html class = "default no-js" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2021-09-12 06:30:11 +02:00
< title > HandConfig | @vladmandic/human - v2.2.0< / title >
< meta name = "description" content = "Documentation for @vladmandic/human - v2.2.0" >
2021-06-05 17:54:49 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "../assets/css/main.css" >
< script async src = "../assets/js/search.js" id = "search-script" > < / script >
< / head >
< body >
< header >
< div class = "tsd-page-toolbar" >
< div class = "container" >
< div class = "table-wrap" >
< div class = "table-cell" id = "tsd-search" data-index = "../assets/js/search.json" data-base = ".." >
< div class = "field" >
< label for = "tsd-search-field" class = "tsd-widget search no-caption" > Search< / label >
< input id = "tsd-search-field" type = "text" / >
< / div >
< ul class = "results" >
< li class = "state loading" > Preparing search index...< / li >
< li class = "state failure" > The search index is not available< / li >
< / ul >
2021-09-12 06:30:11 +02:00
< a href = "../index.html" class = "title" > @vladmandic/human - v2.2.0< / a >
2021-06-05 17:54:49 +02:00
< / div >
< div class = "table-cell" id = "tsd-widgets" >
< div id = "tsd-filter" >
< a href = "#" class = "tsd-widget options no-caption" data-toggle = "options" > Options< / a >
< div class = "tsd-filter-group" >
< div class = "tsd-select" id = "tsd-filter-visibility" >
< span class = "tsd-select-label" > All< / span >
< ul class = "tsd-select-list" >
< li data-value = "public" > Public< / li >
< li data-value = "protected" > Public/Protected< / li >
< li data-value = "private" class = "selected" > All< / li >
< / ul >
< / div >
< input type = "checkbox" id = "tsd-filter-inherited" checked / >
< label class = "tsd-widget" for = "tsd-filter-inherited" > Inherited< / label >
< / div >
< / div >
< a href = "#" class = "tsd-widget menu no-caption" data-toggle = "menu" > Menu< / a >
< / div >
< / div >
< / div >
< / div >
< div class = "tsd-page-title" >
< div class = "container" >
< ul class = "tsd-breadcrumb" >
< li >
2021-09-12 06:30:11 +02:00
< a href = "../index.html" > @vladmandic/human - v2.2.0< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html" > HandConfig< / a >
2021-06-05 17:54:49 +02:00
< / li >
< / ul >
2021-09-12 05:54:35 +02:00
< h1 > Interface HandConfig< / h1 >
2021-06-05 17:54:49 +02:00
< / div >
< / div >
< / header >
< div class = "container container-main" >
< div class = "row" >
< div class = "col-8 col-content" >
< section class = "tsd-panel tsd-comment" >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
2021-09-12 05:54:35 +02:00
< p > Controlls and configures all hand detection specific options< / p >
< ul >
< li > enabled: true/false< / li >
< li > landmarks: detect hand landmarks or just hand boundary box< / li >
< li > modelPath: paths for hand detector and hand skeleton models, can be absolute path or relative to modelBasePath< / li >
< li > minConfidence: threshold for discarding a prediction< / li >
< li > iouThreshold: ammount of overlap between two detected objects before one object is removed< / li >
< li > maxDetected: maximum number of hands detected in the input, should be set to the minimum number for performance< / li >
< li > rotation: use best-guess rotated hand image or just box with rotation as-is, false means higher performance, but incorrect finger mapping if hand is inverted< / li >
< / ul >
2021-06-05 17:54:49 +02:00
< / div >
< / div >
< / section >
< section class = "tsd-panel tsd-hierarchy" >
< h3 > Hierarchy< / h3 >
< ul class = "tsd-hierarchy" >
< li >
2021-09-12 05:54:35 +02:00
< span class = "target" > HandConfig< / span >
2021-06-05 17:54:49 +02:00
< / li >
< / ul >
< / section >
< section class = "tsd-panel-group tsd-index-group" >
< h2 > Index< / h2 >
< section class = "tsd-panel tsd-index-panel" >
< div class = "tsd-index-content" >
< section class = "tsd-index-section " >
< h3 > Properties< / h3 >
< ul class = "tsd-index-list" >
2021-09-12 05:54:35 +02:00
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#detector" class = "tsd-kind-icon" > detector< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#enabled" class = "tsd-kind-icon" > enabled< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#iouThreshold" class = "tsd-kind-icon" > iou< wbr > Threshold< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#landmarks" class = "tsd-kind-icon" > landmarks< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#maxDetected" class = "tsd-kind-icon" > max< wbr > Detected< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#minConfidence" class = "tsd-kind-icon" > min< wbr > Confidence< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#rotation" class = "tsd-kind-icon" > rotation< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#skeleton" class = "tsd-kind-icon" > skeleton< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < a href = "HandConfig.html#skipFrames" class = "tsd-kind-icon" > skip< wbr > Frames< / a > < / li >
2021-06-05 17:54:49 +02:00
< / ul >
< / section >
< / div >
< / section >
< / section >
< section class = "tsd-panel-group tsd-member-group " >
< h2 > Properties< / h2 >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a name = "detector" class = "tsd-anchor" > < / a >
< h3 > detector< / h3 >
2021-09-12 06:05:06 +02:00
< div class = "tsd-signature tsd-kind-icon" > detector< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-symbol" > { < / span > modelPath< span class = "tsd-signature-symbol" > ?: < / span > < span class = "tsd-signature-type" > string< / span > < span class = "tsd-signature-symbol" > }< / span > < / div >
2021-06-05 17:54:49 +02:00
< aside class = "tsd-sources" >
2021-09-11 03:21:29 +02:00
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L89" > config.ts:89< / a > < / li >
2021-09-11 03:21:29 +02:00
< / ul >
2021-06-05 17:54:49 +02:00
< / aside >
2021-09-12 05:54:35 +02:00
< div class = "tsd-type-declaration" >
< h4 > Type declaration< / h4 >
< ul class = "tsd-parameters" >
< li class = "tsd-parameter" >
2021-09-12 06:05:06 +02:00
< h5 > < span class = "tsd-flag ts-flagOptional" > Optional< / span > model< wbr > Path< span class = "tsd-signature-symbol" > ?: < / span > < span class = "tsd-signature-type" > string< / span > < / h5 >
2021-09-12 05:54:35 +02:00
< / li >
< / ul >
< / div >
2021-06-05 17:54:49 +02:00
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a name = "enabled" class = "tsd-anchor" > < / a >
< h3 > enabled< / h3 >
< div class = "tsd-signature tsd-kind-icon" > enabled< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > boolean< / span > < / div >
2021-06-05 17:54:49 +02:00
< aside class = "tsd-sources" >
2021-09-11 03:21:29 +02:00
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L82" > config.ts:82< / a > < / li >
2021-09-11 03:21:29 +02:00
< / ul >
2021-06-05 17:54:49 +02:00
< / aside >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a name = "iouThreshold" class = "tsd-anchor" > < / a >
< h3 > iou< wbr > Threshold< / h3 >
< div class = "tsd-signature tsd-kind-icon" > iou< wbr > Threshold< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > number< / span > < / div >
2021-06-05 17:54:49 +02:00
< aside class = "tsd-sources" >
2021-09-11 03:21:29 +02:00
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L86" > config.ts:86< / a > < / li >
2021-09-11 03:21:29 +02:00
< / ul >
2021-06-05 17:54:49 +02:00
< / aside >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a name = "landmarks" class = "tsd-anchor" > < / a >
< h3 > landmarks< / h3 >
< div class = "tsd-signature tsd-kind-icon" > landmarks< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > boolean< / span > < / div >
2021-06-05 17:54:49 +02:00
< aside class = "tsd-sources" >
2021-09-11 03:21:29 +02:00
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L88" > config.ts:88< / a > < / li >
2021-09-11 03:21:29 +02:00
< / ul >
2021-06-05 17:54:49 +02:00
< / aside >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a name = "maxDetected" class = "tsd-anchor" > < / a >
< h3 > max< wbr > Detected< / h3 >
< div class = "tsd-signature tsd-kind-icon" > max< wbr > Detected< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > number< / span > < / div >
2021-06-05 17:54:49 +02:00
< aside class = "tsd-sources" >
2021-09-11 03:21:29 +02:00
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L87" > config.ts:87< / a > < / li >
2021-09-11 03:21:29 +02:00
< / ul >
2021-06-05 17:54:49 +02:00
< / aside >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a name = "minConfidence" class = "tsd-anchor" > < / a >
< h3 > min< wbr > Confidence< / h3 >
< div class = "tsd-signature tsd-kind-icon" > min< wbr > Confidence< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > number< / span > < / div >
2021-06-05 17:54:49 +02:00
< aside class = "tsd-sources" >
2021-09-11 03:21:29 +02:00
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L85" > config.ts:85< / a > < / li >
2021-09-12 05:54:35 +02:00
< / ul >
< / aside >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
< a name = "rotation" class = "tsd-anchor" > < / a >
< h3 > rotation< / h3 >
< div class = "tsd-signature tsd-kind-icon" > rotation< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > boolean< / span > < / div >
< aside class = "tsd-sources" >
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L83" > config.ts:83< / a > < / li >
2021-09-12 05:54:35 +02:00
< / ul >
< / aside >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
< a name = "skeleton" class = "tsd-anchor" > < / a >
< h3 > skeleton< / h3 >
2021-09-12 06:05:06 +02:00
< div class = "tsd-signature tsd-kind-icon" > skeleton< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-symbol" > { < / span > modelPath< span class = "tsd-signature-symbol" > ?: < / span > < span class = "tsd-signature-type" > string< / span > < span class = "tsd-signature-symbol" > }< / span > < / div >
2021-09-12 05:54:35 +02:00
< aside class = "tsd-sources" >
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L92" > config.ts:92< / a > < / li >
2021-09-11 03:21:29 +02:00
< / ul >
2021-06-05 17:54:49 +02:00
< / aside >
< div class = "tsd-type-declaration" >
< h4 > Type declaration< / h4 >
< ul class = "tsd-parameters" >
< li class = "tsd-parameter" >
2021-09-12 06:05:06 +02:00
< h5 > < span class = "tsd-flag ts-flagOptional" > Optional< / span > model< wbr > Path< span class = "tsd-signature-symbol" > ?: < / span > < span class = "tsd-signature-type" > string< / span > < / h5 >
2021-06-05 17:54:49 +02:00
< / li >
< / ul >
< / div >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a name = "skipFrames" class = "tsd-anchor" > < / a >
< h3 > skip< wbr > Frames< / h3 >
< div class = "tsd-signature tsd-kind-icon" > skip< wbr > Frames< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > number< / span > < / div >
2021-06-05 17:54:49 +02:00
< aside class = "tsd-sources" >
2021-09-11 03:21:29 +02:00
< ul >
2021-09-12 06:30:11 +02:00
< li > Defined in < a href = "https://github.com/vladmandic/human/blob/main/src/config.ts#L84" > config.ts:84< / a > < / li >
2021-09-11 03:21:29 +02:00
< / ul >
2021-06-05 17:54:49 +02:00
< / aside >
< / section >
< / section >
< / div >
< div class = "col-4 col-menu menu-sticky-wrap menu-highlight" >
< nav class = "tsd-navigation primary" >
< ul >
< li class = " " >
2021-07-29 15:53:13 +02:00
< a href = "../index.html" > Exports< / a >
2021-06-05 17:54:49 +02:00
< / li >
< / ul >
< / nav >
< nav class = "tsd-navigation secondary menu-sticky" >
< ul class = "before-current" >
< li class = " tsd-kind-reference" >
2021-07-29 15:53:13 +02:00
< a href = "../index.html#default" class = "tsd-kind-icon" > default< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-class" >
2021-07-29 15:53:13 +02:00
< a href = "../classes/Human.html" class = "tsd-kind-icon" > Human< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "BodyConfig.html" class = "tsd-kind-icon" > Body< wbr > Config< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "BodyResult.html" class = "tsd-kind-icon" > Body< wbr > Result< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-interface" >
2021-07-29 15:53:13 +02:00
< a href = "Config.html" class = "tsd-kind-icon" > Config< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-interface" >
2021-07-29 15:53:13 +02:00
< a href = "DrawOptions.html" class = "tsd-kind-icon" > Draw< wbr > Options< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "FaceConfig.html" class = "tsd-kind-icon" > Face< wbr > Config< / a >
2021-06-05 17:54:49 +02:00
< / li >
2021-09-12 06:05:06 +02:00
< li class = " tsd-kind-interface" >
< a href = "FaceDescriptionConfig.html" class = "tsd-kind-icon" > Face< wbr > Description< wbr > Config< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "FaceDetectorConfig.html" class = "tsd-kind-icon" > Face< wbr > Detector< wbr > Config< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "FaceEmotionConfig.html" class = "tsd-kind-icon" > Face< wbr > Emotion< wbr > Config< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "FaceIrisConfig.html" class = "tsd-kind-icon" > Face< wbr > Iris< wbr > Config< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "FaceMeshConfig.html" class = "tsd-kind-icon" > Face< wbr > Mesh< wbr > Config< / a >
< / li >
2021-06-05 17:54:49 +02:00
< li class = " tsd-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "FaceResult.html" class = "tsd-kind-icon" > Face< wbr > Result< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "FilterConfig.html" class = "tsd-kind-icon" > Filter< wbr > Config< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "GestureConfig.html" class = "tsd-kind-icon" > Gesture< wbr > Config< / a >
2021-06-05 17:54:49 +02:00
< / li >
< / ul >
< ul class = "current" >
< li class = "current tsd-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html" class = "tsd-kind-icon" > Hand< wbr > Config< / a >
2021-06-05 17:54:49 +02:00
< ul >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html#detector" class = "tsd-kind-icon" > detector< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html#enabled" class = "tsd-kind-icon" > enabled< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html#iouThreshold" class = "tsd-kind-icon" > iou< wbr > Threshold< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html#landmarks" class = "tsd-kind-icon" > landmarks< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html#maxDetected" class = "tsd-kind-icon" > max< wbr > Detected< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html#minConfidence" class = "tsd-kind-icon" > min< wbr > Confidence< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
2021-09-12 05:54:35 +02:00
< a href = "HandConfig.html#rotation" class = "tsd-kind-icon" > rotation< / a >
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
< a href = "HandConfig.html#skeleton" class = "tsd-kind-icon" > skeleton< / a >
< / li >
< li class = " tsd-kind-property tsd-parent-kind-interface" >
< a href = "HandConfig.html#skipFrames" class = "tsd-kind-icon" > skip< wbr > Frames< / a >
2021-06-05 17:54:49 +02:00
< / li >
< / ul >
< / li >
< / ul >
< ul class = "after-current" >
2021-09-12 05:54:35 +02:00
< li class = " tsd-kind-interface" >
< a href = "HandResult.html" class = "tsd-kind-icon" > Hand< wbr > Result< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "ObjectConfig.html" class = "tsd-kind-icon" > Object< wbr > Config< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "ObjectResult.html" class = "tsd-kind-icon" > Object< wbr > Result< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "PersonResult.html" class = "tsd-kind-icon" > Person< wbr > Result< / a >
< / li >
2021-06-05 17:54:49 +02:00
< li class = " tsd-kind-interface" >
2021-07-29 15:53:13 +02:00
< a href = "Result.html" class = "tsd-kind-icon" > Result< / a >
2021-06-05 17:54:49 +02:00
< / li >
2021-09-12 05:54:35 +02:00
< li class = " tsd-kind-interface" >
< a href = "SegmentationConfig.html" class = "tsd-kind-icon" > Segmentation< wbr > Config< / a >
< / li >
2021-06-05 17:54:49 +02:00
< li class = " tsd-kind-type-alias" >
2021-07-29 15:53:13 +02:00
< a href = "../index.html#Error" class = "tsd-kind-icon" > Error< / a >
2021-06-05 17:54:49 +02:00
< / li >
2021-09-12 06:30:11 +02:00
< li class = " tsd-kind-type-alias" >
< a href = "../index.html#Events" class = "tsd-kind-icon" > Events< / a >
< / li >
2021-06-05 17:54:49 +02:00
< li class = " tsd-kind-type-alias" >
2021-09-12 05:54:35 +02:00
< a href = "../index.html#GestureResult" class = "tsd-kind-icon" > Gesture< wbr > Result< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-type-alias" >
2021-07-29 15:53:13 +02:00
< a href = "../index.html#Input" class = "tsd-kind-icon" > Input< / a >
2021-06-05 17:54:49 +02:00
< / li >
< li class = " tsd-kind-type-alias" >
2021-07-29 15:53:13 +02:00
< a href = "../index.html#TensorFlow" class = "tsd-kind-icon" > Tensor< wbr > Flow< / a >
2021-06-05 17:54:49 +02:00
< / li >
2021-09-12 05:54:35 +02:00
< li class = " tsd-kind-variable" >
< a href = "../index.html#defaults" class = "tsd-kind-icon" > defaults< / a >
< / li >
2021-06-05 17:54:49 +02:00
< / ul >
< / nav >
< / div >
< / div >
< / div >
< footer >
< div class = "container" >
< h2 > Legend< / h2 >
< div class = "tsd-legend-group" >
< ul class = "tsd-legend" >
< li class = "tsd-kind-constructor tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Constructor< / span > < / li >
< li class = "tsd-kind-property tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Property< / span > < / li >
< li class = "tsd-kind-method tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Method< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < span class = "tsd-kind-icon" > Property< / span > < / li >
< / ul >
< / div >
< / div >
< / footer >
< div class = "overlay" > < / div >
< script src = "../assets/js/main.js" > < / script >
< / body >
< / html >