Search
Preparing search index...
The search index is not available
face-api.js
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
PredictAllFaceExpressionsTask
Class PredictAllFaceExpressionsTask<TSource>
Type parameters
TSource
:
WithFaceDetection
<
__type
>
Hierarchy
PredictFaceExpressionsTaskBase
<
WithFaceExpressions
<
TSource
>
[]
,
TSource
[]
>
PredictAllFaceExpressionsTask
Index
Constructors
constructor
Properties
input
parent
Task
Methods
run
then
with
Face
Landmarks
Constructors
constructor
new
Predict
All
Face
Expressions
Task
(
parentTask
:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
, input
:
TNetInput
)
:
PredictAllFaceExpressionsTask
Parameters
parentTask:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
input:
TNetInput
Returns
PredictAllFaceExpressionsTask
Properties
Protected
input
input
:
TNetInput
Protected
parent
Task
parent
Task
:
ComposableTask
<
TSource
[]
>
|
Promise
<
TSource
[]
>
Methods
run
run
(
)
:
Promise
<
WithFaceExpressions
<
TSource
>
[]
>
Returns
Promise
<
WithFaceExpressions
<
TSource
>
[]
>
then
then
(
onfulfilled
:
function
)
:
Promise
<
WithFaceExpressions
<
TSource
>
[]
>
Parameters
onfulfilled:
function
(
value
:
WithFaceExpressions
<
TSource
>
[]
)
:
WithFaceExpressions
<
TSource
>
[]
|
PromiseLike
<
WithFaceExpressions
<
TSource
>
[]
>
Parameters
value:
WithFaceExpressions
<
TSource
>
[]
Returns
WithFaceExpressions
<
TSource
>
[]
|
PromiseLike
<
WithFaceExpressions
<
TSource
>
[]
>
Returns
Promise
<
WithFaceExpressions
<
TSource
>
[]
>
with
Face
Landmarks
with
Face
Landmarks
(
)
:
DetectAllFaceLandmarksTask
<
WithFaceExpressions
<
TSource
>
>
Returns
DetectAllFaceLandmarksTask
<
WithFaceExpressions
<
TSource
>
>
Globals
Predict
All
Face
Expressions
Task
constructor
input
parent
Task
run
then
with
Face
Landmarks
Generated using
TypeDoc