Skip to content

TextRecognitionResult

TextRecognitionResult

A TextRecognitionResult is the pairing of a TextDetection with its region index

textDetection

The actual detected text

Type: TextDetection!

regionIndex

The index of the region in the provided regions array that contains the text detection. Only applicable if regions was specified in the original query.

Type: Int