Preparing search index...
The search index is not available
@vladmandic/face-api - v1.7.14
@vladmandic/face-api
DetectFacesTaskBase
Class DetectFacesTaskBase<TReturn>
Type Parameters
TReturn
Hierarchy (
view full
)
ComposableTask
<
TReturn
>
DetectFacesTaskBase
DetectAllFacesTask
DetectSingleFaceTask
Index
Constructors
constructor
Methods
run
then
Constructors
constructor
new
Detect
Faces
Task
Base
<
TReturn
>
(
input
,
options
?
)
:
DetectFacesTaskBase
<
TReturn
>
Type Parameters
TReturn
Parameters
input
:
TNetInput
options
:
FaceDetectionOptions
= ...
Returns
DetectFacesTaskBase
<
TReturn
>
Methods
run
run
(
)
:
Promise
<
TReturn
>
Returns
Promise
<
TReturn
>
then
then
(
onfulfilled
)
:
Promise
<
TReturn
>
Parameters
onfulfilled
:
(
(
value
:
TReturn
)
=>
TReturn
|
PromiseLike
<
TReturn
>
)
(
value
)
:
TReturn
|
PromiseLike
<
TReturn
>
Parameters
value
:
TReturn
Returns
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.14
Loading...