[[["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\nFIRVisionDocumentTextBlock\n==========================\n\n\n @interface FIRVisionDocumentTextBlock : NSObject\n\nA document text block recognized in an image that consists of an array of paragraphs.\n- `\n ``\n ``\n `\n\n ### [type](#/c:objc(cs)FIRVisionDocumentTextBlock(py)type)\n\n `\n ` \n The detected block type. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) ../Enums/FIRVisionDocumentTextBlockType.html type;\n\n- `\n ``\n ``\n `\n\n ### [text](#/c:objc(cs)FIRVisionDocumentTextBlock(py)text)\n\n `\n ` \n String representation of the document text block 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 ### [paragraphs](#/c:objc(cs)FIRVisionDocumentTextBlock(py)paragraphs)\n\n `\n ` \n An array of paragraphs in the block if the type is `VisionDocumentTextBlockType.text`. Otherwise,\n the array is empty. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSArray\u003c../Classes/FIRVisionDocumentTextParagraph.html *\u003e *_Nonnull paragraphs;\n\n- `\n ``\n ``\n `\n\n ### [frame](#/c:objc(cs)FIRVisionDocumentTextBlock(py)frame)\n\n `\n ` \n The rectangle that contains the document text block 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)FIRVisionDocumentTextBlock(py)confidence)\n\n `\n ` \n The confidence of the recognized document text block. \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)FIRVisionDocumentTextBlock(py)recognizedLanguages)\n\n `\n ` \n An array of recognized languages in the document text block. If no languages are recognized, the\n 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)FIRVisionDocumentTextBlock(py)recognizedBreak)\n\n `\n ` \n The recognized start or end of the document text block. \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)FIRVisionDocumentTextBlock(im)init)\n\n `\n ` \n Unavailable. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]