Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.15
@vladmandic/face-api
ComputeFaceDescriptorsTaskBase
Class ComputeFaceDescriptorsTaskBase<TReturn, TParentReturn>
Type Parameters
TReturn
TParentReturn
Hierarchy (
View Summary
)
ComposableTask
<
TReturn
>
ComputeFaceDescriptorsTaskBase
ComputeAllFaceDescriptorsTask
ComputeSingleFaceDescriptorTask
Index
Constructors
constructor
Methods
run
then
Constructors
constructor
new
ComputeFaceDescriptorsTaskBase
<
TReturn
,
TParentReturn
>
(
parentTask
:
ComposableTask
<
TParentReturn
>
|
Promise
<
TParentReturn
>
,
input
:
TNetInput
,
)
:
ComputeFaceDescriptorsTaskBase
<
TReturn
,
TParentReturn
>
Type Parameters
TReturn
TParentReturn
Parameters
parentTask
:
ComposableTask
<
TParentReturn
>
|
Promise
<
TParentReturn
>
input
:
TNetInput
Returns
ComputeFaceDescriptorsTaskBase
<
TReturn
,
TParentReturn
>
Methods
run
run
()
:
Promise
<
TReturn
>
Returns
Promise
<
TReturn
>
then
then
(
onfulfilled
:
(
value
:
TReturn
)
=>
TReturn
|
PromiseLike
<
TReturn
>
,
)
:
Promise
<
TReturn
>
Parameters
onfulfilled
:
(
value
:
TReturn
)
=>
TReturn
|
PromiseLike
<
TReturn
>
Returns
Promise
<
TReturn
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
run
then
@vladmandic/face-api - v1.7.15
Loading...