VisionDocumentTextRecognizer
class VisionDocumentTextRecognizer : NSObjectA cloud document text recognizer that recognizes text in an image.
-
Unavailable. Use
Visionfactory methods. -
Processes the given image for cloud document text recognition.
Declaration
Swift
func process(_ image: FIRVisionImage, completion: @escaping VisionDocumentTextRecognitionCallback)Parameters
imageThe image to process for recognizing document text.
completionHandler to call back on the main queue when document text recognition completes.