Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.11
@vladmandic/face-api - v1.7.11
DetectFacesTaskBase
Class DetectFacesTaskBase<TReturn>
Type Parameters
TReturn
Hierarchy
ComposableTask
<
TReturn
>
DetectFacesTaskBase
DetectAllFacesTask
DetectSingleFaceTask
Index
Constructors
constructor
Methods
run
then
Constructors
constructor
new
Detect
Faces
Task
Base
<
TReturn
>
(
input
:
any
, options
?:
FaceDetectionOptions
)
:
DetectFacesTaskBase
<
TReturn
>
Type Parameters
TReturn
Parameters
input:
any
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
>
)
(
value
:
TReturn
)
:
TReturn
|
PromiseLike
<
TReturn
>
Parameters
value:
TReturn
Returns
TReturn
|
PromiseLike
<
TReturn
>
Returns
Promise
<
TReturn
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Modules
@vladmandic/face-
api -
v1.7.11
draw
utils
Detect
Faces
Task
Base
constructor
run
then