Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.15
@vladmandic/face-api
DetectFacesTaskBase
Class DetectFacesTaskBase<TReturn>
Type Parameters
TReturn
Hierarchy (
View Summary
)
ComposableTask
<
TReturn
>
DetectFacesTaskBase
DetectAllFacesTask
DetectSingleFaceTask
Index
Constructors
constructor
Methods
run
then
Constructors
constructor
new
DetectFacesTaskBase
<
TReturn
>
(
input
:
TNetInput
,
options
?:
FaceDetectionOptions
,
)
:
DetectFacesTaskBase
<
TReturn
>
Type Parameters
TReturn
Parameters
input
:
TNetInput
options
:
FaceDetectionOptions
= ...
Returns
DetectFacesTaskBase
<
TReturn
>
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...