Search
Preparing search index...
The search index is not available
@vladmandic/face-api - v1.5.5
Options
All
Public
Public/Protected
All
Inherited
Menu
@vladmandic/face-api - v1.5.5
DetectAllFaceLandmarksTask
Class DetectAllFaceLandmarksTask<TSource>
Type parameters
TSource
:
WithFaceDetection
<
{}
>
Hierarchy
DetectFaceLandmarksTaskBase
<
WithFaceLandmarks
<
TSource
>
[]
,
TSource
[]
>
DetectAllFaceLandmarksTask
Index
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Descriptors
with
Face
Expressions
Constructors
constructor
new
Detect
All
Face
Landmarks
Task<TSource>
(
parentTask
:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
, input
:
any
, useTinyLandmarkNet
:
boolean
)
:
DetectAllFaceLandmarksTask
<
TSource
>
Type parameters
TSource
:
{
detection
:
FaceDetection
}
Parameters
parentTask:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
input:
any
useTinyLandmarkNet:
boolean
Returns
DetectAllFaceLandmarksTask
<
TSource
>
Methods
run
run
(
)
:
Promise
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
Returns
Promise
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
then
then
(
onfulfilled
:
(
value
:
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
)
=>
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
|
PromiseLike
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
)
:
Promise
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
Parameters
onfulfilled:
(
value
:
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
)
=>
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
|
PromiseLike
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
(
value
:
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
)
:
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
|
PromiseLike
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
Parameters
value:
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
Returns
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
|
PromiseLike
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
Returns
Promise
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
[]
>
with
Age
And
Gender
with
Age
And
Gender
(
)
:
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
>
Returns
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
>
with
Face
Descriptors
with
Face
Descriptors
(
)
:
ComputeAllFaceDescriptorsTask
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
>
Returns
ComputeAllFaceDescriptorsTask
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
>
with
Face
Expressions
with
Face
Expressions
(
)
:
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
>
Returns
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
,
FaceLandmarks68
>
>
Exports
draw
utils
Detect
All
Face
Landmarks
Task
constructor
run
then
with
Age
And
Gender
with
Face
Descriptors
with
Face
Expressions