Skip to content

Levels & Actions

For end-to-end workflow guidance and display rules for clinical and patient-facing UIs, see Interpreting Results.

Level Definitions

Signal levels are applied to individual models in the signals array and to overall_level in summary.

LevelDescription
noneSignal not detected at a meaningful threshold.
lowFaint signal detected. Monitor for changes.
considerSignal worth considering. Review alongside other clinical context.
moderateSignal present. Provider review indicated.
elevatedSignal present at the highest level. Trigger your escalation workflow.
inconclusiveAnalysis inconclusive or incomplete (for example, limited speech or notable audio_quality issues); prefer re-recording or collecting more information before routing.

Score-to-level mapping uses a distribution-based calibration unique to each model, rather than fixed numeric ranges. This means the score value corresponding to each level varies by model. Use level — not raw score — for routing and display logic. If you log raw score values for analytics, note the API version and model ID alongside each result.

For display label mappings (e.g. elevated → "Significant indicator"), see Interpreting Results — Display Guidelines.

recommended_action is determined by evaluating the full set of signal levels, not any single model in isolation. In some cases, both overall_level and recommended_action may be inconclusive when the analysis cannot complete to the usual quality standards (for example, very short recordings or notable audio_quality issues).

Conditionrecommended_action
No signals at low, consider, moderate, or elevatednone
1+ at low (none at consider, moderate, or elevated)monitor
1+ at considerconsider
1+ at moderate OR 2+ at considerreview
1+ at elevatedescalate

When recording conditions may be below optimal for analysis, the API may return recommended_action: "inconclusive" and overall_level: "inconclusive". Treat this as “no clear signal; prefer re-recording or collecting more information” rather than as a monitoring, review, or escalation trigger.

escalate takes precedence over all other conditions. When any signal is at elevated, the action is always escalate regardless of other signals.