detectedLanguage property

DetectedLanguage? detectedLanguage
final

The automatically detected text language (might be different from the language actually used for checking).

Will always be null when using the languages function.

Implementation

final DetectedLanguage? detectedLanguage;