Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.3
@vladmandic/face-api - v1.7.3
DetectAllFacesTask
Class DetectAllFacesTask
Hierarchy
DetectFacesTaskBase
<
FaceDetection
[]
>
DetectAllFacesTask
Index
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Expressions
with
Face
Landmarks
Constructors
constructor
new
Detect
All
Faces
Task
(
input
:
any
, options
?:
FaceDetectionOptions
)
:
DetectAllFacesTask
Parameters
input:
any
options:
FaceDetectionOptions
= ...
Returns
DetectAllFacesTask
Methods
run
run
(
)
:
Promise
<
FaceDetection
[]
>
Returns
Promise
<
FaceDetection
[]
>
then
then
(
onfulfilled
:
(
(
value
:
FaceDetection
[]
)
=>
FaceDetection
[]
|
PromiseLike
<
FaceDetection
[]
>
)
)
:
Promise
<
FaceDetection
[]
>
Parameters
onfulfilled:
(
(
value
:
FaceDetection
[]
)
=>
FaceDetection
[]
|
PromiseLike
<
FaceDetection
[]
>
)
(
value
:
FaceDetection
[]
)
:
FaceDetection
[]
|
PromiseLike
<
FaceDetection
[]
>
Parameters
value:
FaceDetection
[]
Returns
FaceDetection
[]
|
PromiseLike
<
FaceDetection
[]
>
Returns
Promise
<
FaceDetection
[]
>
with
Age
And
Gender
with
Age
And
Gender
(
)
:
PredictAllAgeAndGenderTask
<
{
detection
:
FaceDetection
}
>
Returns
PredictAllAgeAndGenderTask
<
{
detection
:
FaceDetection
}
>
with
Face
Expressions
with
Face
Expressions
(
)
:
PredictAllFaceExpressionsTask
<
{
detection
:
FaceDetection
}
>
Returns
PredictAllFaceExpressionsTask
<
{
detection
:
FaceDetection
}
>
with
Face
Landmarks
with
Face
Landmarks
(
useTinyLandmarkNet
?:
boolean
)
:
DetectAllFaceLandmarksTask
<
{
detection
:
FaceDetection
}
>
Parameters
useTinyLandmarkNet:
boolean
= false
Returns
DetectAllFaceLandmarksTask
<
{
detection
:
FaceDetection
}
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Modules
@vladmandic/face-
api -
v1.7.3
draw
utils
Detect
All
Faces
Task
constructor
run
then
with
Age
And
Gender
with
Face
Expressions
with
Face
Landmarks