hintedLanguages property

List<String>? hintedLanguages
final

Language hints for text recognition.

In most cases, an empty value yields the best results since it enables automatic language detection.

Each language code parameter typically consists of a BCP-47 identifier. See //cloud.google.com/vision/docs/languages for more details.

Implementation

final List<String>? hintedLanguages;