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