[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nVisionText\n==========\n\n class VisionText : NSObject\n\nRecognized text in an image.\n- `\n ``\n ``\n `\n\n ### [text](#/c:objc(cs)FIRVisionText(py)text)\n\n `\n ` \n String representation of the recognized text. \n\n #### Declaration\n\n Swift \n\n var text: String { get }\n\n- `\n ``\n ``\n `\n\n ### [blocks](#/c:objc(cs)FIRVisionText(py)blocks)\n\n `\n ` \n An array of blocks recognized in the text. \n\n #### Declaration\n\n Swift \n\n var blocks: [FIRVisionTextBlock] { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionText(im)init)\n\n `\n ` \n Unavailable."]]