DetectionMethod type exported
Last updated: 2026-03-05T10:53:28.867Z
Location
Metrics
LOC: 9
Complexity: 1
Params: 0
Signature
type DetectionMethod
Summary
How a field type was determined
Source Code
export type DetectionMethod =
| "html-type"
| "keyword"
| "tensorflow"
| "chrome-ai"
| "html-fallback"
| "custom-select"
| "interactive"
| "user-override";
Dependencies (Outgoing)
| Target | Type |
|---|---|
| StructuredSignals | uses |
Impact (Incoming)
| Source | Type |
|---|---|
| detectFormFields | uses |
| BasicTypeResult | uses |
| ClassifierResult | uses |
| makeField | uses |