[[["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\nFIRVisionDocumentTextParagraph\n==============================\n\n\n @interface FIRVisionDocumentTextParagraph : NSObject\n\nA document text paragraph recognized in an image that consists of an array of words.\n- `\n ``\n ``\n `\n\n ### [text](#/c:objc(cs)FIRVisionDocumentTextParagraph(py)text)\n\n `\n ` \n String representation of the document text paragraph that was recognized. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSString *_Nonnull text;\n\n- `\n ``\n ``\n `\n\n ### [words](#/c:objc(cs)FIRVisionDocumentTextParagraph(py)words)\n\n `\n ` \n An array of words in the document text paragraph. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSArray\u003c../Classes/FIRVisionDocumentTextWord.html *\u003e *_Nonnull words;\n\n- `\n ``\n ``\n `\n\n ### [frame](#/c:objc(cs)FIRVisionDocumentTextParagraph(py)frame)\n\n `\n ` \n The rectangle that contains the document text paragraph relative to the image in the default\n coordinate space. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) CGRect frame;\n\n- `\n ``\n ``\n `\n\n ### [confidence](#/c:objc(cs)FIRVisionDocumentTextParagraph(py)confidence)\n\n `\n ` \n The confidence of the recognized document text paragraph. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSNumber *_Nonnull confidence;\n\n- `\n ``\n ``\n `\n\n ### [recognizedLanguages](#/c:objc(cs)FIRVisionDocumentTextParagraph(py)recognizedLanguages)\n\n `\n ` \n An array of recognized languages in the document text paragraph. If no languages are recognized,\n the array is empty. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSArray\u003c../Classes/FIRVisionTextRecognizedLanguage.html *\u003e *_Nonnull recognizedLanguages;\n\n- `\n ``\n ``\n `\n\n ### [recognizedBreak](#/c:objc(cs)FIRVisionDocumentTextParagraph(py)recognizedBreak)\n\n `\n ` \n The recognized start or end of the document text paragraph. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) ../Classes/FIRVisionTextRecognizedBreak.html *recognizedBreak;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionDocumentTextParagraph(im)init)\n\n `\n ` \n Unavailable. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]