recognizedLanguages property

List<String>? recognizedLanguages
getter/setter pair

Detected language from text recognition. The ISO 639-1 two-letter language code if that is defined (e.g. “en”), or else the ISO 639-2 three-letter code if that is defined, or else a Google-specific code. There is data only on IOS There is data only in block and lines, and element is null

Implementation

List<String>? recognizedLanguages;