Pluggable detection provider interface. Providers SHOULD return an ordered list with the highest confidence first.
Perform any async setup (API key validation, model warm-up).
Detect language from plain text.
Optional
Optional audio-based detection (e.g., short clip classification).
Dispose resources (close handles, free model memory).
Readonly
Pluggable detection provider interface. Providers SHOULD return an ordered list with the highest confidence first.