DetectionMethod type exported

Last updated: 2026-03-05T10:53:28.867Z

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)

graph LR DetectionMethod["DetectionMethod"] StructuredSignals["StructuredSignals"] DetectionMethod -->|uses| StructuredSignals style DetectionMethod fill:#dbeafe,stroke:#2563eb,stroke-width:2px click DetectionMethod "55a99e26a09b3e28.html" click StructuredSignals "1cdbeb8df086b53c.html"
TargetType
StructuredSignals uses

Impact (Incoming)

graph LR DetectionMethod["DetectionMethod"] detectFormFields["detectFormFields"] BasicTypeResult["BasicTypeResult"] ClassifierResult["ClassifierResult"] makeField["makeField"] detectFormFields -->|uses| DetectionMethod BasicTypeResult -->|uses| DetectionMethod ClassifierResult -->|uses| DetectionMethod makeField -->|uses| DetectionMethod style DetectionMethod fill:#dbeafe,stroke:#2563eb,stroke-width:2px click DetectionMethod "55a99e26a09b3e28.html" click detectFormFields "f533b30bd49ac06c.html" click BasicTypeResult "b356128577d744c8.html" click ClassifierResult "8df4f2837098044e.html" click makeField "40cb7e5a6354eaea.html"