languages property

List<String>? languages
read / write

A list with OCR languages of the text to be recognized (e.g. {"en", "de"}).

Implementation

List<String>? languages;