Search
Preparing search index...
The search index is not available
face-api.js
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
DetectAllFacesTask
Class DetectAllFacesTask
Hierarchy
DetectFacesTaskBase
<
FaceDetection
[]
>
DetectAllFacesTask
Index
Constructors
constructor
Properties
input
options
Methods
run
then
with
Face
Expressions
with
Face
Landmarks
Constructors
constructor
new
Detect
All
Faces
Task
(
input
:
TNetInput
, options
?:
FaceDetectionOptions
)
:
DetectAllFacesTask
Parameters
input:
TNetInput
Default value
options:
FaceDetectionOptions
= new SsdMobilenetv1Options()
Returns
DetectAllFacesTask
Properties
Protected
input
input
:
TNetInput
Protected
options
options
:
FaceDetectionOptions
Methods
run
run
(
)
:
Promise
<
FaceDetection
[]
>
Returns
Promise
<
FaceDetection
[]
>
then
then
(
onfulfilled
:
function
)
:
Promise
<
FaceDetection
[]
>
Parameters
onfulfilled:
function
(
value
:
FaceDetection
[]
)
:
FaceDetection
[]
|
PromiseLike
<
FaceDetection
[]
>
Parameters
value:
FaceDetection
[]
Returns
FaceDetection
[]
|
PromiseLike
<
FaceDetection
[]
>
Returns
Promise
<
FaceDetection
[]
>
with
Face
Expressions
with
Face
Expressions
(
)
:
PredictAllFaceExpressionsTask
<
WithFaceDetection
<
__type
>
>
Returns
PredictAllFaceExpressionsTask
<
WithFaceDetection
<
__type
>
>
with
Face
Landmarks
with
Face
Landmarks
(
useTinyLandmarkNet
?:
boolean
)
:
DetectAllFaceLandmarksTask
<
WithFaceDetection
<
__type
>
>
Parameters
Default value
useTinyLandmarkNet:
boolean
= false
Returns
DetectAllFaceLandmarksTask
<
WithFaceDetection
<
__type
>
>
Globals
Detect
All
Faces
Task
constructor
input
options
run
then
with
Face
Expressions
with
Face
Landmarks
Generated using
TypeDoc