Preparing search index...
The search index is not available
Documentation
Documentation
@nut-tree/nut-js
MatchRequest
Class MatchRequest<NEEDLE_TYPE, PROVIDER_DATA_TYPE>
Type Parameters
NEEDLE_TYPE
PROVIDER_DATA_TYPE
Index
Constructors
constructor
Properties
confidence
haystack
needle
provider
Data?
Constructors
constructor
new
Match
Request
<
NEEDLE_TYPE
,
PROVIDER_DATA_TYPE
>
(
haystack
,
needle
,
confidence
,
providerData
?
)
:
MatchRequest
<
NEEDLE_TYPE
,
PROVIDER_DATA_TYPE
>
Type Parameters
NEEDLE_TYPE
PROVIDER_DATA_TYPE
Parameters
haystack
:
Image
needle
:
NEEDLE_TYPE
confidence
:
undefined
|
number
Optional
providerData
:
PROVIDER_DATA_TYPE
Returns
MatchRequest
<
NEEDLE_TYPE
,
PROVIDER_DATA_TYPE
>
Properties
Readonly
confidence
confidence
:
undefined
|
number
Readonly
haystack
haystack
:
Image
Readonly
needle
needle
:
NEEDLE_TYPE
Optional
Readonly
provider
Data
provider
Data
?:
PROVIDER_DATA_TYPE
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
confidence
haystack
needle
provider
Data
Documentation
@nut-tree
nut-js
provider-interfaces
shared
Generated using
TypeDoc