Contents

VNRecognizeTextRequest

An image-analysis request that finds and recognizes text in an image.

Declaration

class VNRecognizeTextRequest

Mentioned in

Overview

By default, a text recognition request first locates all possible glyphs or characters in the input image, and then analyzes each string. To specify or limit the languages to find in the request, set the recognitionLanguages property to an array that contains the names of the languages of text you want to recognize. Vision returns the result of this request in a VNRecognizedTextObservation object.

Topics

Customizing Recognition Constraints

Accessing the Results

Specifying the Language

Identifying Request Revisions

See Also

Text recognition