[[["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\nFIRVisionDocumentTextWord\n=========================\n\n\n @interface FIRVisionDocumentTextWord : NSObject\n\nA document text word recognized in an image that consists of an array of symbols.\n- `\n ``\n ``\n `\n\n ### [text](#/c:objc(cs)FIRVisionDocumentTextWord(py)text)\n\n `\n ` \n String representation of the document text word 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 ### [symbols](#/c:objc(cs)FIRVisionDocumentTextWord(py)symbols)\n\n `\n ` \n An array of symbols in the document text word. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) NSArray\u003c../Classes/FIRVisionDocumentTextSymbol.html *\u003e *_Nonnull symbols;\n\n- `\n ``\n ``\n `\n\n ### [frame](#/c:objc(cs)FIRVisionDocumentTextWord(py)frame)\n\n `\n ` \n The rectangle that contains the document text word 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)FIRVisionDocumentTextWord(py)confidence)\n\n `\n ` \n The confidence of the recognized document text word. \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)FIRVisionDocumentTextWord(py)recognizedLanguages)\n\n `\n ` \n An array of recognized languages in the document text word. 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)FIRVisionDocumentTextWord(py)recognizedBreak)\n\n `\n ` \n The recognized start or end of the document text word. \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)FIRVisionDocumentTextWord(im)init)\n\n `\n ` \n Unavailable. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]