pub trait StructuredEntityCapable: Model { }Expand description
Marker trait for models that extract structured entities (dates, times, money, etc.).
This is a marker trait used for type-level distinctions between different
model capabilities. Models that extract structured data (like RegexNER) should implement this.