browser-extensions-playground
Preparing search index...
scraping-platform/src/model
ProviderSnapshot
Type Alias ProviderSnapshot
type
ProviderSnapshot
=
{
accountLabel
?:
string
;
capturedAt
:
string
;
confidence
:
"high"
|
"medium"
|
"low"
;
metrics
:
readonly
SnapshotMetric
[]
;
provider
:
ProviderId
;
rawVersion
:
string
;
source
:
"dom"
|
"network"
|
"inference"
;
}
Index
Properties
account
Label?
captured
At
confidence
metrics
provider
raw
Version
source
Properties
Optional
Readonly
account
Label
accountLabel
?:
string
Readonly
captured
At
capturedAt
:
string
Readonly
confidence
confidence
:
"high"
|
"medium"
|
"low"
Readonly
metrics
metrics
:
readonly
SnapshotMetric
[]
Readonly
provider
provider
:
ProviderId
Readonly
raw
Version
rawVersion
:
string
Readonly
source
source
:
"dom"
|
"network"
|
"inference"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Label
captured
At
confidence
metrics
provider
raw
Version
source
browser-extensions-playground
Loading...