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