@plust/datasleuth - v0.2.0
GitHub
npm
Preparing search index...
Entity
Interface Entity
Entity object structure
interface
Entity
{
name
:
string
;
type
:
string
;
description
:
string
;
confidence
:
number
;
mentions
:
number
;
attributes
?:
Record
<
string
,
any
>
;
}
Index
Properties
name
type
description
confidence
mentions
attributes?
Properties
name
name
:
string
type
type
:
string
description
description
:
string
confidence
confidence
:
number
mentions
mentions
:
number
Optional
attributes
attributes
?:
Record
<
string
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
description
confidence
mentions
attributes
GitHub
npm
@plust/datasleuth - v0.2.0
Loading...
Entity object structure