Search
Preparing search index...
The search index is not available
face-api.js
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
DetectFacesTaskBase
Class DetectFacesTaskBase<TReturn>
Type parameters
TReturn
Hierarchy
ComposableTask
<
TReturn
>
DetectFacesTaskBase
DetectAllFacesTask
DetectSingleFaceTask
Index
Constructors
constructor
Properties
input
options
Methods
run
then
Constructors
constructor
new
Detect
Faces
Task
Base
(
input
:
TNetInput
, options
?:
FaceDetectionOptions
)
:
DetectFacesTaskBase
Parameters
input:
TNetInput
Default value
options:
FaceDetectionOptions
= new SsdMobilenetv1Options()
Returns
DetectFacesTaskBase
Properties
Protected
input
input
:
TNetInput
Protected
options
options
:
FaceDetectionOptions
Methods
run
run
(
)
:
Promise
<
TReturn
>
Returns
Promise
<
TReturn
>
then
then
(
onfulfilled
:
function
)
:
Promise
<
TReturn
>
Parameters
onfulfilled:
function
(
value
:
TReturn
)
:
TReturn
|
PromiseLike
<
TReturn
>
Parameters
value:
TReturn
Returns
TReturn
|
PromiseLike
<
TReturn
>
Returns
Promise
<
TReturn
>
Globals
Detect
Faces
Task
Base
constructor
input
options
run
then
Generated using
TypeDoc