Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.15
@vladmandic/face-api
DetectAllFacesTask
Class DetectAllFacesTask
Hierarchy (
View Summary
)
DetectFacesTaskBase
<
FaceDetection
[]
>
DetectAllFacesTask
Index
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Expressions
with
Face
Landmarks
Constructors
constructor
new
DetectAllFacesTask
(
input
:
TNetInput
,
options
?:
FaceDetectionOptions
,
)
:
DetectAllFacesTask
Parameters
input
:
TNetInput
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
[]
>
Returns
Promise
<
FaceDetection
[]
>
with
Age
And
Gender
withAgeAndGender
()
:
PredictAllAgeAndGenderTask
<
{
detection
:
FaceDetection
}
>
Returns
PredictAllAgeAndGenderTask
<
{
detection
:
FaceDetection
}
>
with
Face
Expressions
withFaceExpressions
()
:
PredictAllFaceExpressionsTask
<
{
detection
:
FaceDetection
}
,
>
Returns
PredictAllFaceExpressionsTask
<
{
detection
:
FaceDetection
}
>
with
Face
Landmarks
withFaceLandmarks
(
useTinyLandmarkNet
?:
boolean
,
)
:
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.15
Loading...