Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.14
@vladmandic/face-api
DetectSingleFaceTask
Class DetectSingleFaceTask
Hierarchy (
view full
)
DetectFacesTaskBase
<
FaceDetection
|
undefined
>
DetectSingleFaceTask
Index
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Expressions
with
Face
Landmarks
Constructors
constructor
new
Detect
Single
Face
Task
(
input
,
options
?
)
:
DetectSingleFaceTask
Parameters
input
:
TNetInput
options
:
FaceDetectionOptions
= ...
Returns
DetectSingleFaceTask
Methods
run
run
(
)
:
Promise
<
undefined
|
FaceDetection
>
Returns
Promise
<
undefined
|
FaceDetection
>
then
then
(
onfulfilled
)
:
Promise
<
undefined
|
FaceDetection
>
Parameters
onfulfilled
:
(
(
value
:
undefined
|
FaceDetection
)
=>
undefined
|
FaceDetection
|
PromiseLike
<
undefined
|
FaceDetection
>
)
(
value
)
:
undefined
|
FaceDetection
|
PromiseLike
<
undefined
|
FaceDetection
>
Parameters
value
:
undefined
|
FaceDetection
Returns
undefined
|
FaceDetection
|
PromiseLike
<
undefined
|
FaceDetection
>
Returns
Promise
<
undefined
|
FaceDetection
>
with
Age
And
Gender
with
Age
And
Gender
(
)
:
PredictSingleAgeAndGenderTask
<
{
detection
:
FaceDetection
;
}
>
Returns
PredictSingleAgeAndGenderTask
<
{
detection
:
FaceDetection
;
}
>
with
Face
Expressions
with
Face
Expressions
(
)
:
PredictSingleFaceExpressionsTask
<
{
detection
:
FaceDetection
;
}
>
Returns
PredictSingleFaceExpressionsTask
<
{
detection
:
FaceDetection
;
}
>
with
Face
Landmarks
with
Face
Landmarks
(
useTinyLandmarkNet
?
)
:
DetectSingleFaceLandmarksTask
<
{
detection
:
FaceDetection
;
}
>
Parameters
useTinyLandmarkNet
:
boolean
= false
Returns
DetectSingleFaceLandmarksTask
<
{
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...