StringResult
data class StringResult(val values: Array<String>, val locations: Array<Rectangle?>, val sides: Array<ScanningSide?>)
Represents the multi-alphabet string result extracted from the OCR. The result contains the extracted strings, their locations, and the sides of the extracted strings.