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