Search
Preparing search index...
The search index is not available
face-api.js
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
DetectSingleFaceLandmarksTask
Class DetectSingleFaceLandmarksTask<TSource>
Type parameters
TSource
:
WithFaceDetection
<
__type
>
Hierarchy
DetectFaceLandmarksTaskBase
<
WithFaceLandmarks
<
TSource
>
|
undefined
,
TSource
|
undefined
>
DetectSingleFaceLandmarksTask
Index
Constructors
constructor
Properties
input
parent
Task
use
Tiny
Landmark
Net
Accessors
landmark
Net
Methods
run
then
with
Face
Descriptor
Constructors
constructor
new
Detect
Single
Face
Landmarks
Task
(
parentTask
:
ComposableTask
<
TSource
|
undefined
>
|
Promise
<
TSource
|
undefined
>
, input
:
TNetInput
, useTinyLandmarkNet
:
boolean
)
:
DetectSingleFaceLandmarksTask
Parameters
parentTask:
ComposableTask
<
TSource
|
undefined
>
|
Promise
<
TSource
|
undefined
>
input:
TNetInput
useTinyLandmarkNet:
boolean
Returns
DetectSingleFaceLandmarksTask
Properties
Protected
input
input
:
TNetInput
Protected
parent
Task
parent
Task
:
ComposableTask
<
TSource
|
undefined
>
|
Promise
<
TSource
|
undefined
>
Protected
use
Tiny
Landmark
Net
use
Tiny
Landmark
Net
:
boolean
Accessors
Protected
landmark
Net
get
landmarkNet
(
)
:
FaceLandmark68Net
|
FaceLandmark68TinyNet
Returns
FaceLandmark68Net
|
FaceLandmark68TinyNet
Methods
run
run
(
)
:
Promise
<
WithFaceLandmarks
<
TSource
>
|
undefined
>
Returns
Promise
<
WithFaceLandmarks
<
TSource
>
|
undefined
>
then
then
(
onfulfilled
:
function
)
:
Promise
<
WithFaceLandmarks
<
TSource
>
|
undefined
>
Parameters
onfulfilled:
function
(
value
:
WithFaceLandmarks
<
TSource
>
|
undefined
)
:
WithFaceLandmarks
<
TSource
>
|
undefined
|
PromiseLike
<
WithFaceLandmarks
<
TSource
>
|
undefined
>
Parameters
value:
WithFaceLandmarks
<
TSource
>
|
undefined
Returns
WithFaceLandmarks
<
TSource
>
|
undefined
|
PromiseLike
<
WithFaceLandmarks
<
TSource
>
|
undefined
>
Returns
Promise
<
WithFaceLandmarks
<
TSource
>
|
undefined
>
with
Face
Descriptor
with
Face
Descriptor
(
)
:
ComputeSingleFaceDescriptorTask
<
WithFaceLandmarks
<
TSource
>
>
Returns
ComputeSingleFaceDescriptorTask
<
WithFaceLandmarks
<
TSource
>
>
Globals
Detect
Single
Face
Landmarks
Task
constructor
input
parent
Task
use
Tiny
Landmark
Net
landmark
Net
run
then
with
Face
Descriptor
Generated using
TypeDoc