Versions in this module Expand all Collapse all v1 v1.0.0 Jul 29, 2026 Changes in this version + func ConsultationPrompt(factor Factor) (string, error) + type Assessment struct + Observations []Observation + func (a Assessment) Band() (string, error) + func (a Assessment) Score() (int, error) + type Difference uint8 + const Large + const Moderate + const Stable + type Factor string + const FactorColor + const FactorFringe + const FactorSilhouette + const FactorVolume + type Observation struct + Difference Difference + Factor Factor + Note string