Search
Preparing search index...
The search index is not available
@vladmandic/face-api - v1.6.5
Options
All
Public
Public/Protected
All
Inherited
Menu
@vladmandic/face-api - v1.6.5
ComputeAllFaceDescriptorsTask
Class ComputeAllFaceDescriptorsTask<TSource>
Type parameters
TSource
:
WithFaceLandmarks
<
WithFaceDetection
<
{}
>
>
Hierarchy
ComputeFaceDescriptorsTaskBase
<
WithFaceDescriptor
<
TSource
>
[]
,
TSource
[]
>
ComputeAllFaceDescriptorsTask
Index
Constructors
constructor
Methods
run
then
with
Age
And
Gender
with
Face
Expressions
Constructors
constructor
new
Compute
All
Face
Descriptors
Task
<
TSource
>
(
parentTask
:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
, input
:
any
)
:
ComputeAllFaceDescriptorsTask
<
TSource
>
Type parameters
TSource
:
WithFaceLandmarks
<
{
detection
:
FaceDetection
}
,
FaceLandmarks68
>
Parameters
parentTask:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
input:
any
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
>
[]
>
(
value
:
WithFaceDescriptor
<
TSource
>
[]
)
:
WithFaceDescriptor
<
TSource
>
[]
|
PromiseLike
<
WithFaceDescriptor
<
TSource
>
[]
>
Parameters
value:
WithFaceDescriptor
<
TSource
>
[]
Returns
WithFaceDescriptor
<
TSource
>
[]
|
PromiseLike
<
WithFaceDescriptor
<
TSource
>
[]
>
Returns
Promise
<
WithFaceDescriptor
<
TSource
>
[]
>
with
Age
And
Gender
with
Age
And
Gender
(
)
:
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
>
Returns
PredictAllAgeAndGenderWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
>
with
Face
Expressions
with
Face
Expressions
(
)
:
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
>
Returns
PredictAllFaceExpressionsWithFaceAlignmentTask
<
WithFaceDescriptor
<
TSource
>
>
Exports
draw
utils
Compute
All
Face
Descriptors
Task
constructor
run
then
with
Age
And
Gender
with
Face
Expressions