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