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