Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.14
@vladmandic/face-api
DetectAllFaceLandmarksTask
Class DetectAllFaceLandmarksTask<TSource>
Type Parameters
TSource
extends
WithFaceDetection
<
{}
>
Hierarchy (
view full
)
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
,
input
,
useTinyLandmarkNet
)
:
DetectAllFaceLandmarksTask
<
TSource
>
Type Parameters
TSource
extends
{
detection
:
FaceDetection
;
}
Parameters
parentTask
:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
input
:
TNetInput
useTinyLandmarkNet
:
boolean
Returns
DetectAllFaceLandmarksTask
<
TSource
>
Methods
run
run
(
)
:
Promise
<
WithFaceLandmarks
<
TSource
>
[]
>
Returns
Promise
<
WithFaceLandmarks
<
TSource
>
[]
>
then
then
(
onfulfilled
)
:
Promise
<
WithFaceLandmarks
<
TSource
>
[]
>
Parameters
onfulfilled
:
(
(
value
:
WithFaceLandmarks
<
TSource
>
[]
)
=>
WithFaceLandmarks
<
TSource
>
[]
|
PromiseLike
<
WithFaceLandmarks
<
TSource
>
[]
>
)
(
value
)
:
WithFaceLandmarks
<
TSource
>
[]
|
PromiseLike
<
WithFaceLandmarks
<
TSource
>
[]
>
Parameters
value
:
WithFaceLandmarks
<
TSource
>
[]
Returns
WithFaceLandmarks
<
TSource
>
[]
|
PromiseLike
<
WithFaceLandmarks
<
TSource
>
[]
>
Returns
Promise
<
WithFaceLandmarks
<
TSource
>
[]
>
with
Age
And
Gender
with
Age
And
Gender
(
)
:
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
>
>
Returns
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
>
>
with
Face
Descriptors
with
Face
Descriptors
(
)
:
ComputeAllFaceDescriptorsTask
<
WithFaceLandmarks
<
TSource
>
>
Returns
ComputeAllFaceDescriptorsTask
<
WithFaceLandmarks
<
TSource
>
>
with
Face
Expressions
with
Face
Expressions
(
)
:
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
>
>
Returns
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceLandmarks
<
TSource
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Descriptors
with
Face
Expressions
@vladmandic/face-api - v1.7.14
Loading...