Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.15
@vladmandic/face-api
ComputeAllFaceDescriptorsTask
Class ComputeAllFaceDescriptorsTask<TSource>
Type Parameters
TSource
extends
WithFaceLandmarks
<
WithFaceDetection
<
{}
>
>
Hierarchy (
View Summary
)
ComputeFaceDescriptorsTaskBase
<
WithFaceDescriptor
<
TSource
>
[]
,
TSource
[]
>
ComputeAllFaceDescriptorsTask
Index
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Expressions
Constructors
constructor
new
ComputeAllFaceDescriptorsTask
<
TSource
extends
WithFaceLandmarks
<
{
detection
:
FaceDetection
}
>
,
>
(
parentTask
:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
,
input
:
TNetInput
,
)
:
ComputeAllFaceDescriptorsTask
<
TSource
>
Type Parameters
TSource
extends
WithFaceLandmarks
<
{
detection
:
FaceDetection
}
>
Parameters
parentTask
:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
input
:
TNetInput
Returns
ComputeAllFaceDescriptorsTask
<
TSource
>
Methods
run
run
()
:
Promise
<
WithFaceDescriptor
<
TSource
>
[]
>
Returns
Promise
<
WithFaceDescriptor
<
TSource
>
[]
>
then
then
(
onfulfilled
:
(
value
:
WithFaceDescriptor
<
TSource
>
[]
,
)
=>
|
WithFaceDescriptor
<
TSource
>
[]
|
PromiseLike
<
WithFaceDescriptor
<
TSource
>
[]
>
,
)
:
Promise
<
WithFaceDescriptor
<
TSource
>
[]
>
Parameters
onfulfilled
:
(
value
:
WithFaceDescriptor
<
TSource
>
[]
,
)
=>
|
WithFaceDescriptor
<
TSource
>
[]
|
PromiseLike
<
WithFaceDescriptor
<
TSource
>
[]
>
Returns
Promise
<
WithFaceDescriptor
<
TSource
>
[]
>
with
Age
And
Gender
withAgeAndGender
()
:
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
,
>
Returns
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
>
with
Face
Expressions
withFaceExpressions
()
:
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
,
>
Returns
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Expressions
@vladmandic/face-api - v1.7.15
Loading...