Initial value: std::function<std::optional<std::string>(
const std::string& dataset, const std::string& className)>
Resolves an object class to its natural-language ("spoken") name.
Returns std::nullopt if the class is unknown, in which case the renderer falls back to a humanized class name. Injected rather than hardcoded so that the renderer stays free of PriorKnowledge/filesystem dependencies and can be unit-tested; see ObjectSpokenNames.h for the production lookup.
Definition at line 72 of file SkillEventRenderer.h.